Workdir /data

This commit is contained in:
Alexandre
2023-04-23 17:35:59 +02:00
committed by GitHub
parent b0a37848b1
commit e271b94620

View File

@@ -77,6 +77,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
################
RUN chmod 777 /entrypoint.sh
WORKDIR "/data/photprism"
ENTRYPOINT [ "/entrypoint.sh" ]
############