修复连接

This commit is contained in:
qiyunfanbo126.com 2025-01-17 15:14:33 +08:00
parent 6e9445b89f
commit 7abd07db1c
1 changed files with 0 additions and 1 deletions

View File

@ -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