testing docker containers
Some checks failed
Publish Website / publish (push) Failing after 4s

This commit is contained in:
Akshay
2025-07-23 01:13:01 -04:00
parent a51ea89eef
commit 278fc7cd26

View File

@@ -56,6 +56,11 @@ jobs:
cp /tmp/template/web/docker-compose.yml .
cp /tmp/template/web/Dockerfile .
- name: Check docker containers running
run: |
docker ps
# ------------------------------------------------------------
# 6. Stop any old stack, rebuild, and run the new one
# ------------------------------------------------------------