Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hadadxyz
/
interstellar
like
12
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
interstellar
/
Dockerfile
hadadrjt
Time to wake up.
11990d1
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
87 Bytes
FROM
node:
16
-alpine
WORKDIR
/app
COPY
. .
RUN
npm install
CMD
[
"npm"
,
"run"
,
"dev"
]