allow swipe to scroll
All checks were successful
Deploy Homepage / build (push) Successful in 1m0s

This commit is contained in:
2025-07-20 15:20:12 +02:00
parent 930778b333
commit 581f9bfb7f
2 changed files with 43 additions and 15 deletions

View File

@@ -19,8 +19,7 @@ jobs:
docker stop website-server || true
docker rm website-server || true
- name: Wait for any monitoring services to recognize the stopped container
# sleep for 10 seconds to ensure the container is fully stopped
run: sleep 10
run: sleep 2
- name: Run Docker container
run: |
docker run -d \