deploy(docker): update configuration

This commit is contained in:
MingxuanGame
2025-08-24 16:43:06 +00:00
parent 6ae64fd50c
commit debb4cb110
4 changed files with 48 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ RUN mkdir -p /app/logs
VOLUME ["/app/logs"]
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
RUN sed -i 's/\r$//' /app/docker-entrypoint.sh && chmod +x /app/docker-entrypoint.sh
RUN chmod +x /app/docker-entrypoint.sh
EXPOSE 8000