More files

This commit is contained in:
2025-05-24 03:23:15 -05:00
parent 558dcfe81e
commit 6de9729329
23 changed files with 338 additions and 272 deletions

View File

@ -80,7 +80,7 @@ test:
wait:
@echo "[⏳] Waiting for web container to be healthy..."
@timeout 90 bash -c '\
@timeout 30 bash -c '\
WEB_CONTAINER=$$($(DOCKER_COMPOSE) ps -q web); \
if [ -z "$$WEB_CONTAINER" ]; then \
echo "[❌] Could not detect web container!"; \