From 3cc188d5a33ca1e9d2e22253beb57070fc545706 Mon Sep 17 00:00:00 2001 From: Albert Copeland <124551390+iFargle@users.noreply.github.com> Date: Mon, 8 May 2023 14:30:46 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e63cdea..c974d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app