Revert "Enable debugging"

This reverts commit 5f19f81936.
This commit is contained in:
Nathaniel Bond
2024-12-30 10:50:43 -05:00
parent 8d8ba2179a
commit cbd33e126f

View File

@@ -39,7 +39,7 @@ ARG USER_HOME_DIR="/root"
ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
# Enables the JRE remote debugging; perhaps comment this out in a production build
ENV JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n
#ENV JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n
#####################################################################