瀏覽代碼

Merge pull request #1412 from whirlwind110/dev

Update Dockerfile
iamsaltedfish 3 年之前
父節點
當前提交
56b8221b56
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ LABEL maintainer="Indexyz <[email protected]>"
 COPY . /var/www
 WORKDIR /var/www
 
-RUN cp config/.config.example.php config/.config.php && \
+RUN cp config/.config.example.php "config/.config.php" && \
     cp config/appprofile.example.php config/appprofile.php && \
     chmod -R 755 storage && \
     chmod -R 777 /var/www/storage/framework/smarty/compile/ && \