ds2api / Dockerfile
Monzd's picture
Auto-update: v4.6.1 (2026-05-10 15:01 UTC)
a136017 verified
raw
history blame contribute delete
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"]