Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
zwv9/luna-nox-somnium
zwv9
/
lux-tenebris-bellum
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5ff92d6
lux-tenebris-bellum
/
Dockerfile
zwv9
Duplicate from zwv9/luna-nox-somnium
5ff92d6
over 1 year ago
raw
Copy download link
history
blame
Safe
175 Bytes
FROM
node:
18
WORKDIR
/usr/src/app
RUN
git
clone
https://github.com/0zl/proxy-sv.git .
COPY
package*.json ./
RUN
npm install
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"docker.js"
]