migration change

This commit is contained in:
2022-04-07 18:25:45 +05:30
parent 1c779ef816
commit e6b116defc
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -47,5 +47,7 @@ RUN chmod 777 -R storage bootstrap/cache
RUN chmod -R ugo+rw storage
RUN php artisan migrate
# CMD [ "chmod -R ugo+rw storage" ]
+3
View File
@@ -12,6 +12,9 @@ services:
environment:
- COMPOSER_ENV=production
depends_on:
- database
nginx:
volumes:
- ./app/code:/var/www:ro
+2
View File
@@ -11,6 +11,8 @@ services:
container_name: app
restart: unless-stopped
working_dir: /var/www/
depends_on :
- database
networks:
- demo