update workspace dockerfile (#1759)

fix workspace user laradock laravel command not found
This commit is contained in:
ahkui 2018-11-22 08:07:54 +08:00 committed by Shao Yu-Lung (Allen)
parent 1519c80036
commit a1af01b137

View File

@ -610,7 +610,7 @@ RUN if [ ${INSTALL_LARAVEL_ENVOY} = true ]; then \
# Laravel Installer:
###########################################################################
USER root
USER laradock
ARG COMPOSER_REPO_PACKAGIST
ENV COMPOSER_REPO_PACKAGIST ${COMPOSER_REPO_PACKAGIST}