Skip to content

Commit 082c840

Browse files
committed
feat!: use volume for entire share directory
Accommodates usage of MIST_APPDIR_SUFFIX environment
1 parent 2acdc44 commit 082c840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY --from=build --chown=nonroot:nonroot --chmod=755 /opt/python /opt/python
2222
COPY --from=build --chown=nonroot:nonroot --chmod=755 /app /app
2323
WORKDIR /app
2424

25-
VOLUME /home/nonroot/.local/share/ministatus
25+
VOLUME /home/nonroot/.local/share
2626
RUN chown -R nonroot:nonroot /home/nonroot/.local
2727

2828
USER nonroot

0 commit comments

Comments
 (0)