From 7abd07db1c06eb622d6d85413230179a0961504d Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Fri, 17 Jan 2025 15:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a97d79..698208c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN echo 'http://mirrors.ustc.edu.cn/alpine/v3.5/main' > /etc/apk/repositories \ ARG APP_RELATIVE_PATH WORKDIR /app -COPY /${APP_RELATIVE_PATH}/bin /app COPY ./server /app EXPOSE 8000