From 1a08de36e42475e6af7481c591ffa7fab73ea118 Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Wed, 28 Feb 2024 00:42:28 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20=E4=BF=AE=E6=94=B9=20docker=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/orion-ops-pro/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/orion-ops-pro/Dockerfile b/docker/orion-ops-pro/Dockerfile index 7c2545af..f9868d3b 100644 --- a/docker/orion-ops-pro/Dockerfile +++ b/docker/orion-ops-pro/Dockerfile @@ -12,6 +12,4 @@ COPY ./orion-ops-launch.jar /app/app.jar COPY ./dist /usr/share/nginx/html COPY ./entrypoint.sh /app/entrypoint.sh COPY ./nginx.conf /etc/nginx/conf.d -COPY ./wait-for-it.sh /app/wait-for-it.sh -RUN chmod +x /app/wait-for-it.sh ENTRYPOINT [ "sh", "/app/entrypoint.sh" ]