Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mhmdrza
/
docker
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
docker
/
Dockerfile
MohammadReza
will it work?
8b69ce3
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
FROM wordpress
# WORKDIR /app
# COPY package*.json .
# RUN npm i
# COPY server.js .
# EXPOSE
7860
#
CMD
[
"node"
,
"server.js"
]