Commit 0e31f5fc authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Dockerfile : pas possible de faire un apache2 reload à ce moment.

parent 0c6a7625
Loading
Loading
Loading
Loading
+0 −1
Changes for Dockerfile: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -35,5 +35,4 @@ ADD docker/fpm/conf.d/app.ini ${PHP_CONF_DIR}/fpm/conf.d/app.ini
COPY docker/entrypoint.d/* /entrypoint.d/

RUN a2ensite app app-ssl && \
    service apache2 reload && \
    service php${PHP_VERSION}-fpm reload