Browse Source

add .env file so that it won't fail when generating APP_KEY

Albatroz Jeremias 5 years ago
parent
commit
872e8b6438
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -33,6 +33,7 @@ services:
     volumes:
       - "app-storage:/var/www/storage"
       - "app-bootstrap:/var/www/bootstrap"
+      - "./.env:/var/www/.env"
     networks:
       - external
       - internal