Skip to content

Commit 3804bfd

Browse files
pedrodesuPedro Ferreira
andauthored
fix(rust-tests): made isolate.sh executable both on host and reliably via Dockerfile (#175)
Co-authored-by: Pedro Ferreira <pedro.ferreira@01talent.com>
1 parent 0002dce commit 3804bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ LABEL org.opencontainers.image.licenses=MIT
2525
COPY entrypoint.sh ./
2626
COPY isolate.sh ./
2727

28+
RUN chmod +x ./entrypoint.sh ./isolate.sh
29+
2830
ENTRYPOINT ["/app/entrypoint.sh"]

0 commit comments

Comments
 (0)