Skip to content

Commit

Permalink
Change binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
lowply committed May 15, 2019
1 parent 1732df8 commit 00eb196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL "maintainer"="Sho Mizutani <[email protected]>"
COPY src src
ENV GO111MODULE=on
WORKDIR /go/src
RUN go build -o ../bin/auto-closer
RUN go build -o ../bin/main

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ -z "$GITHUB_TOKEN" ]; then
exit 1
fi

/go/bin/auto-closer
/go/bin/main

0 comments on commit 00eb196

Please sign in to comment.