mirror of
https://github.com/coaidev/coai.git
synced 2025-05-19 21:10:18 +09:00
chore: define volumes in dockerfile
This commit is contained in:
parent
f71e09dc48
commit
4e408d110d
@ -51,6 +51,9 @@ COPY --from=backend /backend/utils/templates /utils/templates
|
|||||||
COPY --from=backend /backend/addition/article/template.docx /addition/article/template.docx
|
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
|
||||||
|
|
||||||
|
# Volumes
|
||||||
|
VOLUME ["/config", "/logs", "/storage"]
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
EXPOSE 8094
|
EXPOSE 8094
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user