1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

Closed #54 更新端口范围

This commit is contained in:
Hai Liang Wang 2018-09-06 16:28:18 +08:00
parent 035ba01886
commit 9f50b7362b

View File

@ -33,5 +33,5 @@ RUN mvn clean package && \
rm -rf /app && \
rm -rf /root/.m2
EXPOSE 8000-9500
EXPOSE 8030-8090 9200 9300
CMD ["/opt/apache-tomcat/bin/catalina.sh", "run"]