Skip to content

Commit fac7882

Browse files
authored
Merge pull request #103 from iFargle/iFargle-patch-1
Update Dockerfile
2 parents 7acc4b1 + 3cc188d commit fac7882

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ENV TZ="UTC"
4646
ENV COLOR="blue-grey"
4747
ENV HS_SERVER=http://localhost/
4848
ENV KEY=""
49+
ENV DATA_DIRECTORY=/data
4950
# ENV SCRIPT_NAME=/
5051
ENV DOMAIN_NAME=http://localhost
5152
ENV AUTH_TYPE=""
@@ -81,4 +82,4 @@ EXPOSE 5000/tcp
8182
ENTRYPOINT ["/app/entrypoint.sh"]
8283

8384
# Temporarily reduce to 1 workerd
84-
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

Comments
 (0)