Update Dockerfile

This commit is contained in:
Hansen1018 2025-03-15 14:41:56 +08:00 committed by GitHub
parent e9bda80235
commit 4fb9d01ee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,5 +13,5 @@ RUN rm -rf /etc/nginx/sites-enabled/default && cp /app/nginx.example.conf /etc/n
CMD ["sh", "-c", "python3 main.py & nginx -g 'daemon off;'"]
EXPOSE 80
EXPOSE 8000
EXPOSE 8998
EXPOSE 8000