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

#54 cc exports multi ports with range

This commit is contained in:
Hai Liang Wang 2018-09-06 11:05:54 +08:00
parent 7e326a9435
commit 1709321a48

View File

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