Skip to content
Snippets Groups Projects
Commit 40cf9ee2 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Dockerfile : ajout de composer install pour la construction de démo

parent 6c344852
Branches
Tags
No related merge requests found
Pipeline #13339 passed
......@@ -23,3 +23,5 @@ RUN a2ensite app app-ssl && \
COPY . /app
WORKDIR /app
RUN composer install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment