Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
flameface/nodelink
Shadowfilebot
/
nodelink
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cc89509
nodelink
/
Dockerfile
flameface
Update Dockerfile
cc89509
verified
11 months ago
raw
Copy download link
history
blame
Safe
95 Bytes
FROM
node:
20
WORKDIR
/
COPY
package*.json ./
RUN
npm install
COPY
. .
CMD
[
"npm"
,
"start"
]