From feb339eaf3c1c7cf3a9507264e257f0118f6afb6 Mon Sep 17 00:00:00 2001 From: Rafia Sabih <rafia.sabih@zalando.de> Date: Wed, 26 Jun 2019 14:32:44 +0200 Subject: [PATCH] Fixing debug permission issue --- docker/DebugDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/DebugDockerfile b/docker/DebugDockerfile index 1d8064e2..c5c1489c 100644 --- a/docker/DebugDockerfile +++ b/docker/DebugDockerfile @@ -13,4 +13,4 @@ RUN go get github.com/derekparker/delve/cmd/dlv COPY build/* / -CMD ["/root/go/bin/dlv", "--listen=:7777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"] +CMD ["/home/pgo/go/bin/dlv", "--listen=:7777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"] -- GitLab