Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
melihcanndemir authored Dec 26, 2024
1 parent f56145e commit 6373f74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ jobs:
- name: Verify Docker image locally
run: |
docker run -d -p 3000:3000 simple-ci-cd-project:latest
docker run --name simple-container -d -p 3000:3000 simple-ci-cd-project:latest
docker logs simple-container
curl -f http://localhost:3000
docker stop simple-container

0 comments on commit 6373f74

Please sign in to comment.