Skip to content

Commit

Permalink
Add -d flag when spinning up container
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Sep 13, 2024
1 parent 0e7fa1a commit 8d907eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: build image
run: docker buildx build -t catadog .
- name: test image by starting up a container
run: docker run --rm --name catadog catadog
run: docker run --rm -d --name catadog catadog
- name: kill container
run: docker container kill catadog

0 comments on commit 8d907eb

Please sign in to comment.