Docker: Fix bug where conf is duplicated at each run (#392)

This commit is contained in:
0livd 2018-10-04 15:54:15 +02:00 committed by Alexis Metaireau
parent 03c41a2b96
commit 73e14738ef

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