Skip to content

Commit 441f778

Browse files
committed
not daemon -d is detach
1 parent 7fa18b5 commit 441f778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-everything-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Start Services
9090
run: |
91-
docker run -p 27017:27017 -p 8082:8082 -p 3000:3000 -p 8000:8000 -v /tmp/ezbids-workdir:/tmp ezbids-everything --daemon
91+
docker run -p 27017:27017 -p 8082:8082 -p 3000:3000 -p 8000:8000 -v /tmp/ezbids-workdir:/tmp ezbids-everything -d
9292
9393
- name: Install uv
9494
run: |

0 commit comments

Comments
 (0)