Skip to content

Commit

Permalink
bg docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Dec 5, 2024
1 parent 371cfde commit 3cb81b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: 'Start HttpBin Docker'
run: |
docker run -p 9080:80 kennethreitz/httpbin
docker run -d -p 9080:80 kennethreitz/httpbin
- name: 'Build & Test'
run: |
Expand Down

0 comments on commit 3cb81b4

Please sign in to comment.