mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Fix build no dev
This commit is contained in:
parent
f08f62d910
commit
7d5d22fc35
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ WORKDIR /app/src
|
|||
|
||||
# Required for manage.py to startup
|
||||
ARG ENV_FILE=/app/.env
|
||||
ARG DEBUG=true
|
||||
ARG DEBUG=false
|
||||
ENV STATIC_ROOT=/app/static
|
||||
ENV DATABASE_URL=sqlite:////app/db/db.sqlite3
|
||||
|
||||
|
|
Loading…
Reference in a new issue