chore: reducing the size of image

This commit is contained in:
Minghan Zhang 2024-07-23 17:40:16 +08:00 committed by GitHub
parent 4a5ed6c0e1
commit f71e09dc48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,6 @@ RUN echo "Asia/Shanghai" > /etc/timezone && \
WORKDIR /
# Copy dist
COPY --from=backend /backend /
COPY --from=backend /backend/chat /chat
COPY --from=backend /backend/config.example.yaml /config.example.yaml
COPY --from=backend /backend/utils/templates /utils/templates