good build
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s

This commit is contained in:
Your Name
2025-09-20 14:02:56 +12:00
parent 29d619f89e
commit d0b17b339e
5 changed files with 4 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ bash "$SCRIPT_DIR/scripts/generate-config.sh" || _die "Failed to generate config
# Start the client
echo "Starting Log Client..."
docker compose up -d || _die "Failed to start"
docker compose up -d --build || _die "Failed to start"
echo ""
echo "========================================="