Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mahiatlinux
/
test1234
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
962db8c
test1234
/
Dockerfile
mahiatlinux
Update Dockerfile
f492d31
verified
10 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
FROM
node
:20
COPY . .
RUN npm i --
omit=
dev --no-package-lock
USER
node
# Command to start the application and keep it running
CMD [
"sh"
,
"-c"
,
"node src/index.js & wait"
]