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 310d51b commit 2aabb99Copy full SHA for 2aabb99
docker/Dockerfile
@@ -40,6 +40,9 @@ FROM base AS builder
40
WORKDIR /triggerdotdev
41
# Corepack is used to install pnpm
42
RUN corepack enable
43
+# Install protobuf compiler
44
+RUN apt-get update && apt-get install -y protobuf-compiler
45
+
46
COPY --from=pruner --chown=node:node /triggerdotdev/out/full/ .
47
COPY --from=dev-deps --chown=node:node /triggerdotdev/ .
48
COPY --chown=node:node turbo.json turbo.json
references/v3-catalog/.env.example
@@ -0,0 +1,2 @@
1
+TRIGGER_API_KEY=
2
+TRIGGER_API_URL=
0 commit comments