Skip to content

Commit

Permalink
cecli should use CMD as it is also a utility image
Browse files Browse the repository at this point in the history
  • Loading branch information
reggeenr committed Nov 5, 2024
1 parent 458f558 commit 90dde17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cecli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
RUN ibmcloud plugin install code-engine

COPY --from=0 /go/bin/app /
ENTRYPOINT ["/app"]
CMD ["/app"]

0 comments on commit 90dde17

Please sign in to comment.