Docker: Fix bug where conf is duplicated at each run

This commit is contained in:
0livd 2018-10-03 20:44:01 +02:00
parent 23a4beafae
commit 32e6f4bcf5

View file

@ -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