This commit is contained in:
2022-04-07 19:20:34 +05:30
parent d218e4e4aa
commit e18d3cb9db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ RUN chmod 777 -R storage bootstrap/cache
RUN chmod -R ugo+rw storage RUN chmod -R ugo+rw storage
RUN php artisan migrate # RUN php artisan migrate
# CMD [ "chmod -R ugo+rw storage" ] # CMD [ "chmod -R ugo+rw storage" ]
+1 -1
View File
@@ -14,7 +14,7 @@ services:
depends_on : depends_on :
- database - database
# - networks # - networks
# command: ["php artisan serve"] command: ["php artisan migrate"]
networks: networks:
- demo - demo