Ensure the proton data directory exists
This commit is contained in:
parent
f2ba1632b3
commit
21b0df7a38
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ ENV PVPN_USERNAME= \
|
||||||
PGID=1000 \
|
PGID=1000 \
|
||||||
PHOME=/home/${USERNAME}
|
PHOME=/home/${USERNAME}
|
||||||
|
|
||||||
|
RUN mkdir /proton
|
||||||
ENTRYPOINT [ "proton-entrypoint" ]
|
ENTRYPOINT [ "proton-entrypoint" ]
|
||||||
|
|
||||||
FROM vpn AS rtorrent
|
FROM vpn AS rtorrent
|
||||||
|
|
Loading…
Reference in a new issue