mirror of
https://github.com/coaidev/coai.git
synced 2025-05-19 04:50:14 +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=frontend /app/dist /app/dist
|
||||
|
||||
# Volumes
|
||||
VOLUME ["/config", "/logs", "/storage"]
|
||||
|
||||
# Expose port
|
||||
EXPOSE 8094
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user