Update Dockerfile

This commit is contained in:
Florian Bouillon 2020-06-29 14:52:40 +02:00 committed by GitHub
parent 0dffe32284
commit 9eb2d480c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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