Fixing debug permission issue

This commit is contained in:
Rafia Sabih 2019-06-26 14:32:44 +02:00
parent 339b221d82
commit feb339eaf3
1 changed files with 1 additions and 1 deletions

View File

@ -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"]