Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aisheets
/
sheets
like
521
Running
App
Files
Files
Community
17
Fetching metadata from the HF Docker repository...
a977953
sheets
/
Dockerfile
frascuchon
HF Staff
Update Dockerfile
a977953
verified
7 months ago
raw
Copy download link
history
blame
Safe
101 Bytes
FROM
argilladev/synt-generator:latest
# Start the application
CMD
[
"node"
,
"server/entry.express"
]