ds2api / Dockerfile
bhgi's picture
Auto-update: v4.3.0 (2026-05-02 01:00 UTC)
8d2b370 verified
raw
history blame contribute delete
160 Bytes
# Updated: 2026-05-02 01:00 UTC
FROM ghcr.io/cjackhwang/ds2api:v4.3.0
COPY config.json /app/config.json
ENV PORT=7860
EXPOSE 7860
CMD ["/usr/local/bin/ds2api"]