1
0
Fork 0

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

This commit is contained in:
Albatroz Jeremias 2020-01-20 18:13:51 +00:00
parent 31620facab
commit 872e8b6438
1 changed files with 1 additions and 0 deletions

View File

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