From 8e1eec59618feafdde987c4eafb7b5ecdbdc065a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 19 May 2022 10:30:51 +0200 Subject: [PATCH] Entrypoint renamed --- photoprism/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 8def2206e..58dbdccf3 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -33,10 +33,7 @@ RUN \ /data/photoprism/storage/cache && \ chmod -R 777 /data/photoprism && \ chown -Rf photoprism:photoprism /data/photoprism && \ - chmod -Rf a+rwx /data/photoprism && \ - # rename entrypoint - mv /entrypoint.sh /entrypoint_photoprism.sh - + chmod -Rf a+rwx /data/photoprism ################## # 3 Install apps #