Commit 3528d28b by yinyong

Dockerfile update

parent 6127f51e
...@@ -20,4 +20,4 @@ RUN cd /usr/app/data-parent && mvn -T 1C install -pl ../data-mid/mid-calculate- ...@@ -20,4 +20,4 @@ RUN cd /usr/app/data-parent && mvn -T 1C install -pl ../data-mid/mid-calculate-
#指定容器启动程序及参数 <ENTRYPOINT> "<CMD>" #指定容器启动程序及参数 <ENTRYPOINT> "<CMD>"
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT ["java","-Xms30m","-Xmx80m","-jar","/usr/app/data-mid/mid-calculate-cost-first/target/mid-calculate-cost-first-1.0-SNAPSHOT.jar"] ENTRYPOINT ["java","-Xms100m","-Xmx400m","-jar","/usr/app/data-mid/mid-calculate-cost-first/target/mid-calculate-cost-first-1.0-SNAPSHOT.jar"]
\ No newline at end of file \ No newline at end of file
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