Browse Source

Merge pull request #1582 from doccano/fix/1457

Update Dockerfile to change the default value of DEBUG
pull/1584/head
Hiroki Nakayama 3 years ago
committed by GitHub
parent
commit
2a37d5d840
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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