diff --git a/Dockerfile b/Dockerfile index cdbc196..aafedc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,10 @@ 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 +COPY --from=backend /backend/addition/article/template.docx /addition/article/template.docx COPY --from=frontend /app/dist /app/dist # Expose port