Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thuf
/
hug3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hug3
/
Dockerfile
thuf
Upload Dockerfile
562cc35
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
FROM
node:slim
ENV
NODE_ENV=production
ENV
PORT=
7860
WORKDIR
/app
COPY
dist dist/
EXPOSE
7860
CMD
[
"node"
,
"./dist/apps/node-vless/main.js"
]