Maybe build command will work first try?
All checks were successful
Build and Push Next App / build-next (push) Successful in 1m5s

This commit is contained in:
2026-03-31 13:16:41 -05:00
parent fcb5556bef
commit 017ef680c9
8 changed files with 61 additions and 27 deletions

View File

@@ -43,7 +43,7 @@ for arg in "$@"; do
esac
done
exec sudo docker compose \
exec docker compose \
--env-file "$ENV_FILE" \
-f "$COMPOSE_FILE" \
"${translated_args[@]}"