update backend build

This commit is contained in:
2026-05-18 16:33:05 +08:00
parent 2a8365a8be
commit 39c33273ef
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -32,10 +32,10 @@ wait_tcp "${DB_HOST}" "${DB_PORT}" "postgres" "${WAIT_TIMEOUT}"
wait_tcp "${AMQP_HOST}" "${AMQP_PORT}" "rabbitmq" "${WAIT_TIMEOUT}"
echo "[entrypoint] running migrate --force"
php /opt/www/bin/hyperf.php migrate --force
php /var/www/bin/hyperf.php migrate --force
echo "[entrypoint] running app:install"
php /opt/www/bin/hyperf.php app:install
php /var/www/bin/hyperf.php app:install
echo "[entrypoint] handing off to: $*"
exec "$@"