mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
avoid seed temp fix for twice seeding
This commit is contained in:
@@ -60,10 +60,10 @@ EOPHP
|
||||
#php artisan optimize --force
|
||||
#php artisan migrate --force
|
||||
|
||||
if [ ! -e "/var/www/app/is-seeded" ]; then
|
||||
#if [ ! -e "/var/www/app/is-seeded" ]; then
|
||||
#php artisan db:seed --force
|
||||
#touch "/var/www/app/is-seeded"
|
||||
fi
|
||||
#fi
|
||||
|
||||
echo 'start'
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user