Ensure the proton data directory exists

This commit is contained in:
Manuel Thalmann 2025-04-18 05:27:45 +02:00
parent f2ba1632b3
commit 21b0df7a38

View file

@ -30,6 +30,7 @@ ENV PVPN_USERNAME= \
PGID=1000 \
PHOME=/home/${USERNAME}
RUN mkdir /proton
ENTRYPOINT [ "proton-entrypoint" ]
FROM vpn AS rtorrent