Skip to content

Commit

Permalink
release docker
Browse files Browse the repository at this point in the history
  • Loading branch information
longfangsong committed Aug 19, 2020
1 parent 1f47714 commit 11b2866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ FROM alpine
MAINTAINER [email protected]
COPY --from=builder /go/src/autoAPI/autoAPI /
WORKDIR /
ENTRYPOINT /autoAPI
ENTRYPOINT ["/autoAPI"]
CMD ["--help"]

0 comments on commit 11b2866

Please sign in to comment.