From 6852577bd81f0e5eb6f40f2f6b8a3438cd6a6a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8A=E5=AE=98=E6=98=93=E6=B3=BD?= <15837994614@163.com> Date: Fri, 6 Aug 2021 20:02:50 +0800 Subject: [PATCH] =?UTF-8?q?"=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8F=90=E4=BA=A4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/DockerFile b/src/main/resources/DockerFile index f7a2003..d46be32 100644 --- a/src/main/resources/DockerFile +++ b/src/main/resources/DockerFile @@ -7,4 +7,4 @@ COPY ${JAR_FILE} app.jar # 暴露端口 EXPOSE 8080 # CMD 容器启动命令 -CMD java -jar /app.jar \ No newline at end of file +CMD java -jar ./app.jar \ No newline at end of file