diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 85c35e53c..6e7c09e09 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -79,6 +79,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" ] +CMD ["/opt/photoprism/bin/photoprism" "start"] ############ # 5 Labels #