Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mahiatlinux
/
test1234
like
0
Paused
App
Files
Files
Community
72e20cd
test1234
/
Dockerfile
mahiatlinux
Update Dockerfile
72e20cd
verified
6 months ago
raw
Copy download link
history
blame
Safe
162 Bytes
FROM
node
:20
COPY . .
RUN npm i --
omit=
dev --no-package-lock
USER
node
# Set the entry point script as the default command
CMD [
"python3"
,
"app.py"
]
EXPOSE
7860