Skip to content

Commit

Permalink
Remove key generation from entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed Jul 18, 2023
1 parent f533881 commit 2bfe6aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ else
echoerr "wait-for-db: timeout out after 15 seconds waiting for ${DB_HOST_NAME}:${DB_PORT}"
fi

echo "Generating Key..."
php artisan key:generate --show

echo "Starting Migration..."
php artisan migrate --force

Expand Down

0 comments on commit 2bfe6aa

Please sign in to comment.