We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6544f4e commit 4389107Copy full SHA for 4389107
1 file changed
Containerfile
@@ -29,4 +29,6 @@ WORKDIR /home/container
29
30
COPY ./entrypoint.sh /entrypoint.sh
31
32
+RUN chmod +x /entrypoint.sh
33
+
34
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments