Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xadssa
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
Dockerfile
xadssa
Create Dockerfile
8e239eb
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
FROM
node:latest
ENV
PORT
=7860
ENV
UUID
=d342d11e-d424-4583-b36e-524ab1f0afa4
# EXPOSE 7860
RUN
npm i -g @3kmfi6hp/nodejs-proxy
CMD [
"nodejs-proxy"
]