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

reset Dockerfile back to CMD

parent 0adbb0c2
No related branches found
No related tags found
No related merge requests found
...@@ -13,5 +13,4 @@ FROM gcr.io/distroless/base ...@@ -13,5 +13,4 @@ FROM gcr.io/distroless/base
COPY --from=build /go/src/github.com/mccutchen/go-httpbin/dist/go-httpbin* /bin/ COPY --from=build /go/src/github.com/mccutchen/go-httpbin/dist/go-httpbin* /bin/
EXPOSE 8080 EXPOSE 8080
CMD ["/bin/go-httpbin"]
ENTRYPOINT ["/bin/go-httpbin"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment