Skip to content
Snippets Groups Projects
Commit feb339ea authored by Rafia Sabih's avatar Rafia Sabih
Browse files

Fixing debug permission issue

parent 339b221d
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment