fix: remove stale container before e2e app start

This commit is contained in:
Jarian Cottingham 2026-07-07 22:47:20 +00:00
parent 80ff136c31
commit 9c2ffabfbf

View File

@ -98,6 +98,7 @@ jobs:
- name: Start app container
run: |
docker rm -f newsarchiver 2>/dev/null || true
docker run -d --name newsarchiver \
--network newsarchiver-network \
-p 5000:5000 \