This commit is contained in:
Thanakarn Klangkasame
2025-09-30 11:01:02 +07:00
commit 92e614674c
182 changed files with 9596 additions and 0 deletions

5
scripts/verify.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
APP_NAME="eop-api"
docker ps --filter "name=^/${APP_NAME}$" --filter "status=running" --format '{{.Names}}' | grep -q "^${APP_NAME}$"
ss -lnt | grep -q ":80 "