FROM ghcr.io/cjackhwang/ds2api:latest COPY config.json /app/config.json ENV PORT=7860 EXPOSE 7860 CMD ["/usr/local/bin/ds2api"]