From b1e3b4ee7dc3f5866f3f2f8bdadc6625534cccfb Mon Sep 17 00:00:00 2001 From: zhanglei Date: Thu, 13 Jun 2024 18:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BF=87=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sn-business/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sn-business/Dockerfile b/sn-business/Dockerfile index 4aa111a..31f0dce 100644 --- a/sn-business/Dockerfile +++ b/sn-business/Dockerfile @@ -1,7 +1,6 @@ FROM openjdk:8 ADD target/sn-business.jar app.jar MAINTAINER zmm -EXPOSE 17710 ENTRYPOINT java -jar app.jar @@ -18,5 +17,4 @@ ENTRYPOINT java -jar app.jar #COPY version.txt /ms/version.txt #COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh #RUN chmod +x /usr/bin/docker-entrypoint.sh -#ENTRYPOINT ["docker-entrypoint.sh"] -` \ No newline at end of file +#ENTRYPOINT ["docker-entrypoint.sh"] \ No newline at end of file