Skip to content

Commit 31e8239

Browse files
author
lrochette
committed
using CMD instead of ENTRYPOINT
Signed-off-by: lrochette <[email protected]>
1 parent 4b5e9fa commit 31e8239

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

incubating/argocd-app-status/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ USER codefresh
2020
WORKDIR /app
2121
COPY queries queries/
2222
COPY --from=builder /app/dist/argocd_app_status argocd_app_status
23-
ENTRYPOINT ["/app/argocd_app_status"]
23+
CMD ["/app/argocd_app_status"]

incubating/argocd-app-status/step.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ spec:
9696
- '[[ $key ]]=[[ $val ]]'
9797
[[- end ]]
9898
commands:
99-
- cd /app
100-
- ./argocd_app_status
99+
101100
delimiters:
102101
left: '[['
103102
right: ']]'

0 commit comments

Comments
 (0)