fix exit container
All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 3m15s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
eko
2026-03-28 19:30:40 +07:00
parent 2997e30f73
commit eca25818b9
4 changed files with 10 additions and 23 deletions

View File

@@ -37,6 +37,11 @@ jobs:
docker rm kulakpos_web || true
docker pull kode.sadateknologi.site/yanto/kulakpos_web:latest
docker run -d \
--restart unless-stopped \
--health-cmd="curl -f http://localhost:8000 || exit 1" \
--health-interval=30s \
--health-timeout=10s \
--health-retries=3 \
--name kulakpos_web \
--network="host" \
-v /home/act_runner/.env_kulakpos:/var/www/html/.env \