mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
fix default legal link value in docker
This commit is contained in:
parent
d0a8668de6
commit
23f8b361ae
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ENV DEBUG="False" \
|
|||
SQLALCHEMY_DATABASE_URI="sqlite:////database/ihatemoney.db" \
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS="False" \
|
||||
ENABLE_CAPTCHA="False" \
|
||||
LEGAL_LINK="False"
|
||||
LEGAL_LINK=""
|
||||
|
||||
ADD . /src
|
||||
|
||||
|
|
Loading…
Reference in a new issue