From 9af78a3a65fe3cbf76c9052cfd1eda3564b7c016 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Fri, 20 Sep 2019 12:20:44 -0300 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2edc01..d9be28b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ EXPOSE 8080 # launch and configure Unit RUN \ - -f /var/www/html/index.php ] || { \ + [ -f /var/www/html/index.php ] || { \ touch /var/www/html/index.php /var/www/html/index.php.remove; \ } \ && unitd --control unix:/var/run/control.unit.sock \