Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mahiatlinux
/
new_test
like
0
Runtime error
App
Files
Files
Community
4a85e62
new_test
/
Dockerfile
mahiatlinux
Upload 3053 files
311cc15
verified
8 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
FROM
node
:20
COPY . .
RUN npm i --
omit=
dev --no-package-lock
USER
node
CMD [
"node"
,
"./src/index.js"
]