From ea0bde8febf0c3aa440e2261a19288d3aabf6074 Mon Sep 17 00:00:00 2001 From: DU Date: Tue, 13 Apr 2021 15:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4vm=E5=8F=82=E6=95=B0=E6=8C=87?= =?UTF-8?q?=E5=AE=9ATSL1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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