Skip to content
Snippets Groups Projects
Commit 3a2cb384 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Finalisation Dockerfile

parent 10dc152d
Branches
Tags 5.0.2
No related merge requests found
...@@ -41,4 +41,4 @@ COPY /docker/${APPLICATION_ENV}/entrypoint.d /entrypoint.d/ ...@@ -41,4 +41,4 @@ COPY /docker/${APPLICATION_ENV}/entrypoint.d /entrypoint.d/
ONBUILD COPY /docker/${APPLICATION_ENV}/entrypoint.d /entrypoint.d/ ONBUILD COPY /docker/${APPLICATION_ENV}/entrypoint.d /entrypoint.d/
RUN a2ensite app && \ RUN a2ensite app && \
service php7.0-fpm reload service php${PHP_VERSION}-fpm reload
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment