Update Dockerfile

This commit is contained in:
2020-06-29 14:52:40 +02:00
committed by GitHub
parent 0dffe32284
commit 9eb2d480c8

View File

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