diff --git a/docker/DebugDockerfile b/docker/DebugDockerfile index c9a60cc6f..1d8064e2a 100644 --- a/docker/DebugDockerfile +++ b/docker/DebugDockerfile @@ -11,7 +11,6 @@ USER 1000:1000 RUN go get github.com/derekparker/delve/cmd/dlv -RUN chmod +x /root/go/bin/dlv COPY build/* / CMD ["/root/go/bin/dlv", "--listen=:7777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"]