Skip to content

Commit b9e8e08

Browse files
committed
chmod the wait-for-it script
1 parent 1701d42 commit b9e8e08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ COPY --from=pruner /triggerdotdev/out/full/ .
4242
COPY --from=dev-deps /triggerdotdev/ .
4343
COPY turbo.json turbo.json
4444
COPY docker/scripts ./scripts
45+
RUN chmod +x ./scripts/wait-for-it.sh
4546
RUN chmod +x ./scripts/entrypoint.sh
4647
RUN pnpm run generate
4748
RUN pnpm run build --filter=webapp...

0 commit comments

Comments
 (0)