Files
speedtest-tracker/docker/deploy/entrypoint
T
Alex Justesen eb5341a3f1 initial commit
2022-09-11 09:40:09 -04:00

7 lines
168 B
Bash

#!/usr/bin/env bash
php /var/www/html/artisan optimize
php /var/www/html/artisan migrate --force
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf