Ajout de yarn dans le process

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-13 10:20:07 +01:00
parent b4a8983462
commit 851807ae21
6 changed files with 7174 additions and 6 deletions

View File

@ -52,8 +52,8 @@ RUN export COMPOSER_CACHE_DIR="/dev/null"; composer install --no-progress
#&& composer dump-env prod
# Install frontend deps and build frontend
#RUN yarn \
#&& yarn build
RUN yarn \
&& yarn build
# change user back to the root user to finish building
USER root