From 50bcfa760e3cc1655f80db3504b604dbf8445d14 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sat, 28 Sep 2019 00:05:03 +0300 Subject: [PATCH] v3.4.9.3 --- config_other/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_other/Dockerfile b/config_other/Dockerfile index 3700c90..ef63a51 100644 --- a/config_other/Dockerfile +++ b/config_other/Dockerfile @@ -81,7 +81,7 @@ RUN set -ex; \ 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; \ + chown apache:apache /var/www/haproxy-wi/app/haproxy-wi.db \ fi EXPOSE 443