Skip to content

Commit

Permalink
fix size test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Jan 22, 2024
1 parent ffccb0c commit abca1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nodaemon=true

[program:migrate]
command=/bin/sh -c '
if [ "${DB_CONNECTION}" == "sqlite" ] && [ ! -f ${DB_DATABASE} ];
if [ ! -s ${DB_DATABASE} ];
then
touch ${DB_DATABASE} && chmod a+x ${DB_DATABASE} &&
(php artisan migrate --force || true) &&
Expand Down

0 comments on commit abca1c7

Please sign in to comment.