mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Docker: Fix bug where conf is duplicated at each run (#392)
This commit is contained in:
parent
03c41a2b96
commit
73e14738ef
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cat <<EOF >> /etc/ihatemoney/ihatemoney.cfg
|
cat <<EOF > /etc/ihatemoney/ihatemoney.cfg
|
||||||
DEBUG = $DEBUG
|
DEBUG = $DEBUG
|
||||||
SQLALCHEMY_DATABASE_URI = "$SQLALCHEMY_DATABASE_URI"
|
SQLALCHEMY_DATABASE_URI = "$SQLALCHEMY_DATABASE_URI"
|
||||||
SQLACHEMY_DEBUG = DEBUG
|
SQLACHEMY_DEBUG = DEBUG
|
||||||
|
|
Loading…
Reference in a new issue