build(fix): force Hasura to always restart on upgrade (#20689)

This commit is contained in:
Gustavo Trott 2024-07-12 11:53:21 -03:00 committed by GitHub
parent ab28888bc4
commit 7f68928790
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ case "$1" in
if [ ! -f /.dockerenv ]; then
systemctl enable bbb-graphql-server.service
systemctl daemon-reload
startService bbb-graphql-server || echo "bbb-graphql-server service could not be registered or started"
restartService bbb-graphql-server || echo "bbb-graphql-server service could not be registered or started"
#Check if Hasura is ready before applying metadata
HASURA_PORT=8085