Commit 95a9606b authored by 张 斌's avatar 张 斌

test:添加端口支持远程调试。

parent 0b0160b9
...@@ -14,6 +14,7 @@ RUN mkdir project/config/ ...@@ -14,6 +14,7 @@ RUN mkdir project/config/
RUN echo "${BUILD_NUMBER}" >> ./version.txt RUN echo "${BUILD_NUMBER}" >> ./version.txt
EXPOSE 80 EXPOSE 80
EXPOSE 5005
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY ./*.jar /home/quant_group/project/app.jar COPY ./*.jar /home/quant_group/project/app.jar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment