From 79828bd3c99cd5c47cdc8d778264b81927eafb3a Mon Sep 17 00:00:00 2001 From: zhanglei Date: Wed, 10 Dec 2025 13:49:34 +0800 Subject: [PATCH] =?UTF-8?q?B=E7=AB=AF=E5=BA=B7=E5=85=BB2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- health-user-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health-user-api/Dockerfile b/health-user-api/Dockerfile index 818282a..c7c6273 100644 --- a/health-user-api/Dockerfile +++ b/health-user-api/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8 ADD target/health-user-api.jar app.jar -RUN echo "nameserver 114.114.114.114" > /etc/resolv.conf +RUN echo " nameserver 114.114.114.114" > /etc/resolv.conf EXPOSE 8085 MAINTAINER zmm ENTRYPOINT java -jar app.jar \ No newline at end of file