This commit is contained in:
2022-04-07 19:22:47 +05:30
parent e18d3cb9db
commit 3ad48152aa
+1 -1
View File
@@ -14,7 +14,7 @@ services:
depends_on :
- database
# - networks
command: ["php artisan migrate"]
command: ["cd /var/www/", "php artisan migrate"]
networks:
- demo