Commit 5a2c81ce by huluobin

# 更新

parent 49879736
......@@ -3,5 +3,5 @@ VOLUME /tmp
ADD show-auto-turnover-1.0-SNAPSHOT.jar app.jar
RUN echo "Asia/Shanghai" > /etc/timezone
ENTRYPOINT ["java","-Xms30m","-Xmx180m","-jar","/app.jar"]
ENTRYPOINT ["java","-Xms1024m","-Xmx1024m","-jar","/app.jar"]
EXPOSE 8080
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