Commit 33803aab by 刘鑫

Dockerfile : remote jvm debug args

1 parent 5cec29f5
Showing with 1 additions and 1 deletions
......@@ -12,4 +12,4 @@ RUN sh -c 'touch /app.jar'
EXPOSE 8013
EXPOSE 62001
ENTRYPOINT ["java", "-jar","-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=62001","/app.jar"]
ENTRYPOINT ["java","-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=62001","-jar","/app.jar"]
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!