Skip to content

Commit

Permalink
Remove debug paramater in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ppel-gmv committed Jul 29, 2024
1 parent 35d9f8b commit 739d3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ COPY resources/* ${CONNECTOR_RESOURCES}/

# Use "exec" for Kubernetes graceful termination (SIGINT) to reach JVM.
ENTRYPOINT [ "sh", "-c", \
"exec java $JVM_ARGS -agentlib:jdwp=transport=dt_socket,address=0.0.0.0:18787,server=y,suspend=y -jar connector.jar"]
"exec java $JVM_ARGS -jar connector.jar"]

0 comments on commit 739d3c9

Please sign in to comment.