Skip to content

Commit

Permalink
debug: why is my container not running
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Oct 4, 2024
1 parent 8a653a7 commit 12438ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
docker build . -t neurow:latest
docker run -d --name neurow_test neurow:latest
sleep 10
docker ps -a
docker logs neurow_test
docker exec neurow_test curl -v --retry 5 --retry-connrefused --retry-max-time 30 --retry-delay 6 http://localhost:3000/ping
docker stop neurow_test
docker rm neurow_test

0 comments on commit 12438ec

Please sign in to comment.