From 7fef9547face138ed0002cd70ce2c07b0e453dc2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:47:51 +0200 Subject: [PATCH] Update Dockerfile --- photoprism/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 6e7c09e09..e5df90457 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -79,7 +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"] +CMD ["/opt/photoprism/bin/photoprism", "start"] ############ # 5 Labels #