bugfixes
This commit is contained in:
parent
ee12a5191d
commit
0fa5fcdab1
@ -8,4 +8,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: "true"
|
APP_DEBUG: "true"
|
||||||
|
volumes:
|
||||||
|
- ./storage:/var/www/html/storage
|
||||||
|
- ./.env:/var/www/html/.env
|
||||||
# command removed: migrations and seeder run handled elsewhere to avoid startup timing issuesA
|
# command removed: migrations and seeder run handled elsewhere to avoid startup timing issuesA
|
||||||
Loading…
Reference in New Issue
Block a user