Fix typo in port (#219)
This commit is contained in:
parent
124cdd1f8e
commit
dcf637d4ea
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue