From 3430fe8c05843e4a053b0ad624ec72018504f635 Mon Sep 17 00:00:00 2001 From: x70b1 Date: Thu, 13 Oct 2022 16:00:01 +0200 Subject: [PATCH] reset Dockerfile back to CMD --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 38a382b1..d90249f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]