Skip to content

Commit

Permalink
chore: adapt pure docker container (sync from pro version)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program authored Jul 23, 2024
1 parent b01ef7a commit 4a5ed6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a5ed6c

Please sign in to comment.