Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EmeraldCreator
/
emerald-plus-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
emerald-plus-api
/
Dockerfile
EmeraldCreator
Create Dockerfile
79ef5ed
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
FROM
node:
18
WORKDIR
/app
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]