From 8a25e0e3628947aa3cd2de0eca33a26559f163fe Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sat, 28 Sep 2019 00:29:22 +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 ef63a519..3700c90e 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