diff --git a/Dockerfile b/Dockerfile
index 38a382b1078a336367e57de450ba612c32cded5c..d90249f26cda3897435701af2241089014bffe83 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"]