diff --git a/Dockerfile-test b/Dockerfile-test index 58813577a..46ac1b8b5 100644 --- a/Dockerfile-test +++ b/Dockerfile-test @@ -13,4 +13,4 @@ EXPOSE 9000 19000/tcp ENV TZ=Asia/Shanghai 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