瀏覽代碼

update workspace dockerfile (#1759)

fix workspace user laradock laravel command not found
ahkui 6 年之前
父節點
當前提交
a1af01b137
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      workspace/Dockerfile

+ 1 - 1
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}