Skip to content

Commit

Permalink
docker rm added
Browse files Browse the repository at this point in the history
  • Loading branch information
minepicco committed Jun 11, 2024
1 parent 53533a1 commit 1867bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
command: |
docker run --rm --name web -p 8080:8080 -d "buildimage:${CIRCLE_BUILD_NUM}"
sleep 1 && curl http://localhost:8080
docker stop web
docker stop web && docker rm web
- run:
name: "Twistlock Vuln/Compliance check"
Expand Down

0 comments on commit 1867bf0

Please sign in to comment.