删除vm参数指定TSL1.2
This commit is contained in:
parent
ce39d404b1
commit
ea0bde8feb
@ -13,4 +13,4 @@ EXPOSE 9000 19000/tcp
|
|||||||
ENV TZ=Asia/Shanghai
|
ENV TZ=Asia/Shanghai
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|
||||||
CMD java -jar -Dfile.encoding=UTF-8 -Dspring.profiles.active=test -Dhttps.protocols=TLSv1.2 /app.jar
|
CMD java -jar -Dfile.encoding=UTF-8 -Dspring.profiles.active=test /app.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user