Skip to content

Commit

Permalink
Test running migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrolezi committed Oct 8, 2024
1 parent 430b62f commit 495b15d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ if [ ! -d "vendor" ] || [ -z "$(ls -A vendor)" ]; then
npm install

php artisan key:generate --ansi
php artisan migrate --seed
else
php artisan migrate --seed
fi
fi

case "$RUN_MODE" in
octane)
php artisan migrate
supervisord -c /etc/supervisor/supervisord.conf
;;
notif)
Expand Down

0 comments on commit 495b15d

Please sign in to comment.