Skip to content

Commit

Permalink
feat(SRE-19): Use CMD instead of ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
joli-sys authored and Vrtak-CZ committed Jul 2, 2024
1 parent aee71fe commit 15d4223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ RUN ["/busybox/ln", "-s", "/busybox/sh", "/bin/sh"]

WORKDIR /workdir

ENTRYPOINT [ "/busybox/sh" ]
CMD ["/bin/sh"]

0 comments on commit 15d4223

Please sign in to comment.