Skip to content

Commit

Permalink
set dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1as committed Dec 1, 2021
1 parent 5d4d45b commit a5e9b8f
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 @@ -2,4 +2,4 @@ FROM alpine:3

COPY k8s-node-upgrade-agent /k8s-node-upgrade-agent

CMD ["/k8s-node-upgrade-agent"]
ENTRYPOINT ["/k8s-node-upgrade-agent"]

0 comments on commit a5e9b8f

Please sign in to comment.