Skip to content

Commit

Permalink
remove default CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 5, 2020
1 parent f5de570 commit fc148c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions up/Dockerfile
Expand Up @@ -6,5 +6,4 @@ RUN chmod +x /usr/local/bin/up

RUN go get github.com/apex/actions/up/cmd/up-wrapper

ENTRYPOINT ["up-wrapper"]
CMD ["deploy", "--no-build"]
ENTRYPOINT ["up-wrapper"]

0 comments on commit fc148c8

Please sign in to comment.