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 ab97867 commit dc03027Copy full SHA for dc03027
Dockerfile
@@ -10,6 +10,8 @@ WORKDIR /usr/src/app
10
COPY package.json yarn.lock .yarnrc.yml .pnp.cjs ./
11
COPY .yarn ./.yarn
12
13
+RUN apt-get update && apt-get install -y git
14
+
15
# Install production dependencies. & update service-registry to main
16
RUN --mount=type=ssh yarn install --immutable && yarn up "service-registry@git+ssh://[email protected]:getsentry/service-registry#main"
17
0 commit comments