Skip to content

Commit 1d488d2

Browse files
committed
fonts volume reintroduction
1 parent 9635008 commit 1d488d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ COPY --from=builder /app/dist/txpd /usr/bin/txpd
1313
ENV TXP_DIR=/txp_data
1414

1515
VOLUME [ "/txp_data" ]
16+
VOLUME [ "/fonts" ]
1617

17-
ENTRYPOINT [ "/bin/sh" ]
18+
ENTRYPOINT [ "/bin/sh" ]

0 commit comments

Comments
 (0)