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 b8eb1b7 commit ad9aae4Copy full SHA for ad9aae4
.github/workflows/docker-build-everything-image.yaml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Start Services
70
run: |
71
- docker run -d -p 27017:27017 -p 8082:8082 -p 3000:3000 -p 8000:8000 -v /tmp/ezbids-workdir:/tmp ezbids-everything
+ docker run -d -p 27017:27017 -p 8082:8082 -p 3000:3000 -p 8000:8000 -v /tmp/ezbids-workdir:/tmp openneuropet/ezbids-everything
72
- name: Install uv
73
74
curl -LsSf https://astral.sh/uv/install.sh | sh
0 commit comments