Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
zwv9/stellis-caelum-orbis
zwv9
/
draconis-magicae-regnum
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
11e1074
draconis-magicae-regnum
/
Dockerfile
zwv9
Duplicate from zwv9/stellis-caelum-orbis
11e1074
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"
]