Skip to content

Commit

Permalink
Restored dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ppel-gmv committed Sep 5, 2024
1 parent 0a6b86d commit 21dd1e0
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 21dd1e0

Please sign in to comment.