Browse Source

Merge pull request #1412 from whirlwind110/dev

Update Dockerfile
iamsaltedfish 3 years ago
parent
commit
56b8221b56
1 changed files with 1 additions and 1 deletions
  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/ && \