更新 DockerfileSlim

This commit is contained in:
耿阳 2025-02-22 09:28:54 +00:00
parent c7fe42e464
commit 70ef92b494

View File

@ -12,7 +12,7 @@ WORKDIR /app/main-client
#通过名称引用
COPY ./build/app ./bin/mainServer
COPY ./conf/ /app/conf/
COPY ./conf/ ./conf/
COPY ./conf/ /app/main-client/bin/conf/
ENV MODE_ENV prod
WORKDIR /app/main-client/bin