Skip to content

Commit

Permalink
chore: define volumes in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program authored Jul 23, 2024
1 parent f71e09d commit 4e408d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4e408d1

Please sign in to comment.