Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mahiatlinux
/
test1234
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f9e6802
test1234
/
Dockerfile
mahiatlinux
Update Dockerfile
f9e6802
verified
over 1 year ago
raw
Copy download link
history
blame
115 Bytes
FROM
node
:20
COPY . .
RUN npm i --
omit=
dev --no-package-lock
USER
node
CMD [
"node"
,
"./src/index.js"
]
CMD [
"wait"
]