更新 DockerfileSlim

This commit is contained in:
耿阳 2025-02-24 14:50:29 +00:00
parent 1bd12015d2
commit 7f9b726f21

View File

@ -17,6 +17,6 @@ COPY ./conf /app/conf
ENV TZ Asia/Shanghai
ENV MODE_ENV prod
WORKDIR /app
COPY --from=builder /app/micro-bundle .
COPY --from=builder /app/micro-bundle /app/micro-bundle
EXPOSE 20118
CMD ["/app/micro-bundle"]