Update docker-entrypoint.sh

This commit is contained in:
akp 2022-08-14 21:57:18 +01:00
parent 510e55df4f
commit 0c3950bf7a
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -1,9 +1,6 @@
#!/bin/bash
set -e
echo "Generating Key..."
php artisan key:generate --show
echo "Starting Migration..."
php artisan migrate --force