Browse Source

v3.4.9.2

pull/161/head
Pavel Loginov 5 years ago
parent
commit
60bfc60931
  1. 2
      config_other/Dockerfile

2
config_other/Dockerfile

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

Loading…
Cancel
Save