Accept multiple clients on delve
This commit is contained in:
		
							parent
							
								
									65c49e0252
								
							
						
					
					
						commit
						8bc1e7b13d
					
				|  | @ -7,4 +7,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 ["/root/go/bin/dlv", "--listen=:7777", "--headless=true", "--accept-multiclient", "--api-version=2", "exec", "/postgres-operator"] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue