From f0a1f78d2d6d6d2cf48e8f0fded3c206a518d0a5 Mon Sep 17 00:00:00 2001 From: wyz Date: Mon, 11 Jan 2021 15:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=BC=80=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ src/main/resources/mybatis-config.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8eac672..762a2a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,6 @@ FROM openjdk:8-jdk-alpine VOLUME /tmp/docker-selfmade ADD target/DeliveryTakingSystem-0.0.2-SNAPSHOT.jar app.jar EXPOSE 8081 +EXPOSE 8080 +EXPOSE 80 CMD java -jar app.jar \ No newline at end of file diff --git a/src/main/resources/mybatis-config.xml b/src/main/resources/mybatis-config.xml index db15236..1d6877c 100644 --- a/src/main/resources/mybatis-config.xml +++ b/src/main/resources/mybatis-config.xml @@ -24,7 +24,7 @@ - +