Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tranquan24
/
stream
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1faa4f6
stream
/
Dockerfile
tranquan24
Create Dockerfile
1faa4f6
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
149 Bytes
FROM
node:latest
EXPOSE
7860
WORKDIR
/usr/src
COPY
. .
RUN
npm install npm
RUN
npm install axios express request dotenv
CMD
[
"node"
,
"index.js"
]