TEST 3 échec CI

This commit is contained in:
2025-08-25 04:05:44 +02:00
parent 91a23a446f
commit 405d53374d
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- name: Test container startup
run: |
echo "Testing if the container starts successfully..."
docker run --rm -d --name test-container -p 5001:5000 \
docker run --rm -d --name test-container -p 5000:5000 \
-e TZ=Europe/Paris \
-e ENABLE_ZABBIX=false \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest