Skip to content

Commit dcf637d

Browse files
erthalionhjacobs
authored andcommitted
Fix typo in port (zalando#219)
1 parent 124cdd1 commit dcf637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/DebugDockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN go get github.com/derekparker/delve/cmd/dlv
77

88
COPY build/* /
99

10-
CMD ["/root/go/bin/dlv", "--listen=:777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"]
10+
CMD ["/root/go/bin/dlv", "--listen=:7777", "--headless=true", "--api-version=2", "exec", "/postgres-operator"]

0 commit comments

Comments
 (0)