Update Dockerfile

This commit is contained in:
Alexandre
2023-05-07 11:04:44 +02:00
committed by GitHub
parent 413094cd58
commit 1a83c12efb

View File

@@ -81,7 +81,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ]
WORKDIR "/data/photprism"
WORKDIR "/data/photoprism"
############
# 5 Labels #