fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-09-20 12:20:44 -03:00
parent 972c0726db
commit 9af78a3a65

View File

@ -48,7 +48,7 @@ EXPOSE 8080
# launch and configure Unit # launch and configure Unit
RUN \ 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; \ touch /var/www/html/index.php /var/www/html/index.php.remove; \
} \ } \
&& unitd --control unix:/var/run/control.unit.sock \ && unitd --control unix:/var/run/control.unit.sock \