good build
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s
This commit is contained in:
@@ -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 "========================================="
|
||||
|
@@ -2,5 +2,5 @@
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
_check_required_env_vars "CONTAINER_NAME"
|
||||
|
||||
docker compose up -d || _die "Failed to start"
|
||||
docker compose up -d --build || _die "Failed to start"
|
||||
echo "Log Client started"
|
Reference in New Issue
Block a user