archivebox: add volume
This commit is contained in:
parent
0743a00c10
commit
a0b467ac7b
1 changed files with 3 additions and 1 deletions
|
@ -9,5 +9,7 @@ RUN install_packages python3 python3-pip \
|
|||
|
||||
USER 10200:10200
|
||||
|
||||
WORKDIR /srv
|
||||
WORKDIR /mnt
|
||||
|
||||
VOLUME [ "/mnt" ]
|
||||
ENTRYPOINT archivebox server
|
||||
|
|
Loading…
Reference in a new issue