We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cc521 commit 99672b2Copy full SHA for 99672b2
.github/workflows/pull_request.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Run the example
43
run: |
44
- docker run -d -p 8080:8080 localhost:5000/hummingbird
+ docker run -p 8080:8080 localhost:5000/hummingbird
45
46
- name: Check that the service is running
47
0 commit comments