pull/161/head
Pavel Loginov 2019-09-27 23:31:46 +03:00
parent 15ae1ad0cf
commit 60bfc60931
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ RUN ln -s /usr/bin/python3.5 /usr/bin/python3
# Build sql database
RUN set -ex; \
if ["$MYSQL_ENABLE" -eq 0]; then \
if [ $MYSQL_ENABLE -eq 0 ]; then \
cd /var/www/haproxy-wi/app && \
./create_db.py && \
chown apache:apache /var/www/haproxy-wi/app/haproxy-wi.db; \