Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed May 15, 2020
1 parent f552902 commit e3d8522
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

COPY gke-preemptible-notifier /usr/bin/

ENTRYPOINT gke-preemptible-notifier
ENTRYPOINT ["gke-preemptible-notifier", "watch"]

0 comments on commit e3d8522

Please sign in to comment.