diff --git a/db-migration.sh b/db-migration.sh deleted file mode 100644 index f9665ad..0000000 --- a/db-migration.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -# Run Laravel migration (by force, since it would be a prod-environment) -php artisan migrate --force - -# Run Apache in "foreground" mode (the default mode that runs in Docker) -apache2-foreground