mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-18 12:09:19 +00:00
Ajout de yarn dans le process
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user