Skip to content
Snippets Groups Projects
Commit aafed083 authored by Alexandre TISON's avatar Alexandre TISON
Browse files

forgot to expose jmx

parent fdb719f1
No related branches found
No related tags found
No related merge requests found
Pipeline #7076 failed
......@@ -34,4 +34,8 @@ WORKDIR /app
ADD entrypoint.sh /app/entrypoint.sh
EXPOSE 8080
# JMX port
EXPOSE 5000
# JVM debugging port
EXPOSE 5005
ENTRYPOINT [ "/app/entrypoint.sh" ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment