mirror of
https://github.com/coaidev/coai.git
synced 2025-05-23 23:10:13 +09:00
chore: adapt pure docker container (sync from pro version)
This commit is contained in:
parent
b01ef7a9b2
commit
4a5ed6c0e1
@ -46,6 +46,10 @@ WORKDIR /
|
|||||||
|
|
||||||
# Copy dist
|
# Copy dist
|
||||||
COPY --from=backend /backend /
|
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
|
COPY --from=frontend /app/dist /app/dist
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
|
Loading…
Reference in New Issue
Block a user