Modify home

This commit is contained in:
Alexandre
2023-04-24 11:50:43 +02:00
parent dc3c92bb66
commit 244b542bf5

View File

@@ -28,6 +28,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
ENV workdir="/data/photoprism" \
HOME="/data/photoprism"
RUN \
sed -i "s|HOME=\"/photoprism|HOME=\"/data/photoprism|g" /scripts/entrypoint.sh