diff --git a/Dockerfile b/Dockerfile index 40612a99..297694cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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