fix exit container
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user