Skip to content
Snippets Groups Projects
Commit 3430fe8c authored by x70b1's avatar x70b1
Browse files

reset Dockerfile back to CMD

parent 0adbb0c2
Branches
Tags
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment