We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1701d42 commit b9e8e08Copy full SHA for b9e8e08
1 file changed
docker/Dockerfile
@@ -42,6 +42,7 @@ COPY --from=pruner /triggerdotdev/out/full/ .
42
COPY --from=dev-deps /triggerdotdev/ .
43
COPY turbo.json turbo.json
44
COPY docker/scripts ./scripts
45
+RUN chmod +x ./scripts/wait-for-it.sh
46
RUN chmod +x ./scripts/entrypoint.sh
47
RUN pnpm run generate
48
RUN pnpm run build --filter=webapp...
0 commit comments