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

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