fixing docker run

This commit is contained in:
orangecoding
2026-03-21 08:08:52 +01:00
parent 3ed17f4442
commit 4960846cd7

View File

@@ -62,6 +62,7 @@ jobs:
- name: Test container with docker compose
run: |
echo "Starting container with docker compose..."
mkdir -p ./db ./conf && chmod 777 ./db ./conf
docker compose up --build -d
echo "Waiting for container to be ready (60 seconds for start_period)..."
sleep 60