Accept multiple clients on delve

This commit is contained in:
erthalion 2018-09-14 13:42:19 +02:00
parent 65c49e0252
commit 8bc1e7b13d
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ RUN go get github.com/derekparker/delve/cmd/dlv
COPY build/* / COPY build/* /
CMD ["/root/go/bin/dlv", "--listen=:7777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"] CMD ["/root/go/bin/dlv", "--listen=:7777", "--headless=true", "--accept-multiclient", "--api-version=2", "exec", "/postgres-operator"]