Containerizes application #12

Merged
asohh merged 42 commits from container into main 2025-10-25 16:40:46 +02:00
Showing only changes of commit 7875895248 - Show all commits

fix: Resolves issue with working directory

Vincent Mahnke 2025-10-11 23:53:55 +02:00 committed by Vincent Mahnke

View file

@ -27,10 +27,8 @@ jobs:
run: |
docker build -f Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:latest .
docker push git.hamburg.ccc.de/ccchh/sunders/web:latest
working-directory: ./
- name: Start Docker Compose services
run: |
docker compose up -d --wait
docker compose down
working-directory: /
docker compose down