Skip to content

Commit

Permalink
reset Dockerfile back to CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
x70b1 committed Oct 13, 2022
1 parent 0adbb0c commit 3430fe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ FROM gcr.io/distroless/base
COPY --from=build /go/src/github.com/mccutchen/go-httpbin/dist/go-httpbin* /bin/

EXPOSE 8080

ENTRYPOINT ["/bin/go-httpbin"]
CMD ["/bin/go-httpbin"]

0 comments on commit 3430fe8

Please sign in to comment.