We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0002dce commit 3804bfdCopy full SHA for 3804bfd
Dockerfile
@@ -25,4 +25,6 @@ LABEL org.opencontainers.image.licenses=MIT
25
COPY entrypoint.sh ./
26
COPY isolate.sh ./
27
28
+RUN chmod +x ./entrypoint.sh ./isolate.sh
29
+
30
ENTRYPOINT ["/app/entrypoint.sh"]
0 commit comments