Fix typo in port (#219)

This commit is contained in:
Dmitry Dolgov 2018-02-02 15:51:26 +01:00 committed by Henning Jacobs
parent 124cdd1f8e
commit dcf637d4ea
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=:777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"] CMD ["/root/go/bin/dlv", "--listen=:7777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"]