From a1af01b137b825336457888f078ec03270decdc5 Mon Sep 17 00:00:00 2001 From: ahkui <14049597+ahkui@users.noreply.github.com> Date: Thu, 22 Nov 2018 08:07:54 +0800 Subject: [PATCH] update workspace dockerfile (#1759) fix workspace user laradock laravel command not found --- workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 5070e402..04d38118 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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}