Docker: Update scripts/dist/entrypoint-init.sh
Changes the init script filepath. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
6fef81b802
commit
9a96ec3c30
1 changed files with 1 additions and 1 deletions
2
scripts/dist/entrypoint-init.sh
vendored
2
scripts/dist/entrypoint-init.sh
vendored
|
@ -23,7 +23,7 @@ case $DOCKER_ENV in
|
|||
|
||||
develop)
|
||||
export PATH="/usr/local/sbin:/usr/sbin:/sbin:/bin:/usr/local/bin:/usr/bin:/scripts:/usr/local/go/bin:/go/bin:/opt/photoprism/bin";
|
||||
INIT_SCRIPTS="/go/src/github.com/photoprism/photoprism/scripts/dist"
|
||||
INIT_SCRIPTS="/scripts"
|
||||
CHOWN_DIRS=("/photoprism" "/opt/photoprism" "/go" "/tmp/photoprism")
|
||||
CHMOD_DIRS=("/opt/photoprism" "/tmp/photoprism")
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue