Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ainz
/
hi
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hi
/
Dockerfile
ainz
x
688d352
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
FROM
node:lts-alpine
WORKDIR
/app
COPY
. .
RUN
npm i
EXPOSE
3000
CMD
[
"npm"
,
"start"
]