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

This commit is contained in:
Akshay
2025-07-23 01:18:38 -04:00
parent 3d8b077885
commit e44a70f126

View File

@@ -53,15 +53,10 @@ jobs:
- name: Copy Docker configuration - name: Copy Docker configuration
shell: bash shell: bash
run: | run: |
cp /tmp/template/web/docker-compose.yml . cp /tmp/template/web/docker-compose.yml ./website/docker-compose.yml
cp /tmp/template/web/Dockerfile . cp /tmp/template/web/Dockerfile ./website/Dockerfile
cd website
- name: Check docker containers running
run: |
ls
docker ps
# ------------------------------------------------------------ # ------------------------------------------------------------
# 6. Stop any old stack, rebuild, and run the new one # 6. Stop any old stack, rebuild, and run the new one
# ------------------------------------------------------------ # ------------------------------------------------------------