Merge pull request #103 from iFargle/iFargle-patch-1

Update Dockerfile
This commit is contained in:
Albert Copeland
2023-05-08 14:30:56 +09:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ ENV TZ="UTC"
ENV COLOR="blue-grey"
ENV HS_SERVER=http://localhost/
ENV KEY=""
ENV DATA_DIRECTORY=/data
# ENV SCRIPT_NAME=/
ENV DOMAIN_NAME=http://localhost
ENV AUTH_TYPE=""
@@ -81,4 +82,4 @@ EXPOSE 5000/tcp
ENTRYPOINT ["/app/entrypoint.sh"]
# Temporarily reduce to 1 workerd
CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app
CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app