We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7acc4b1 + 3cc188d commit fac7882Copy full SHA for fac7882
Dockerfile
@@ -46,6 +46,7 @@ ENV TZ="UTC"
46
ENV COLOR="blue-grey"
47
ENV HS_SERVER=http://localhost/
48
ENV KEY=""
49
+ENV DATA_DIRECTORY=/data
50
# ENV SCRIPT_NAME=/
51
ENV DOMAIN_NAME=http://localhost
52
ENV AUTH_TYPE=""
@@ -81,4 +82,4 @@ EXPOSE 5000/tcp
81
82
ENTRYPOINT ["/app/entrypoint.sh"]
83
84
# Temporarily reduce to 1 workerd
-CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app
85
+CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app
0 commit comments