Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Monzd
/
ds2api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ds2api
/
Dockerfile
Monzd
Auto-update: v4.6.1 (2026-05-10 15:01 UTC)
a136017
verified
36 minutes ago
raw
Copy download link
history
blame
contribute
delete
Safe
170 Bytes
# Updated: 2026-05-10 15:01 UTC
FROM
ghcr.io/cjackhwang/ds2api:v4.
6.1
WORKDIR
/app
COPY
--
chmod
=666 config.json /app/config.json
ENV
PORT=
7860
EXPOSE
7860
CMD
[
"ds2api"
]