diff --git a/Dockerfile b/Dockerfile index 795a53a..fc27770 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +EXPOSE 8998 +EXPOSE 8000