Skip to content

Commit bb79fce

Browse files
committed
It's handier without entrypoint
1 parent 4cd955a commit bb79fce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ COPY scripts/* $KANIKO_SCRIPTS
99

1010
RUN chmod +x ${KANIKO_SCRIPTS}script.sh
1111

12-
ENTRYPOINT [""]
12+
# This is default for docker, handy in gitlab when it is like that, so you don't need to specifiy it everytime
13+
ENTRYPOINT ["/bin/sh", "-c"]
14+
CMD ["sh"]

0 commit comments

Comments
 (0)