Browse Source

Update Dockerfile to change the default value of DEBUG, fix #1457

pull/1582/head
Hironsan 3 years ago
parent
commit
e435f02822
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -57,7 +57,7 @@ RUN chown -R doccano:doccano .
VOLUME /data
ENV DATABASE_URL="sqlite:////data/doccano.db"
ENV DEBUG="True"
ENV DEBUG="False"
ENV SECRET_KEY="change-me-in-production"
ENV PORT="8000"
ENV WORKERS="2"

Loading…
Cancel
Save