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 c27730a commit c998d7bCopy full SHA for c998d7b
.github/workflows/dockerimage.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Serve a static asset
25
run: |
26
- docker run --rm -p 0.0.0.0:8888:80 -v "$PWD/tests":/static:ro -v "$PWD/tests/static.conf":/etc/nginx/conf.d/static.conf:ro --name test_nginx -t ${{ github.repository }}
+ docker run --detach --rm -p 0.0.0.0:8888:80 -v "$PWD/tests":/static:ro -v "$PWD/tests/static.conf":/etc/nginx/conf.d/static.conf:ro --name test_nginx -t ${{ github.repository }}
27
sleep 2; docker ps
28
curl -v --compressed 0.0.0.0:8888
29
docker logs test_nginx
0 commit comments