update backend build
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user