Demo: Update Dockerfiles

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-04-05 17:26:16 +02:00
parent 2ad10b2cfc
commit 1cc090902e
4 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,7 @@ RUN wget -qO- https://dl.photoprism.app/qa/demo.tar.gz | tar xvz -C /photoprism/
RUN photoprism restore -a && \ RUN photoprism restore -a && \
photoprism index -a && \ photoprism index -a && \
photoprism moments && \ photoprism moments && \
rm /photoprism/storage/config/*.yml && \
chmod -R a+rwX /photoprism/originals /photoprism/storage chmod -R a+rwX /photoprism/originals /photoprism/storage
# Start PhotoPrism server # Start PhotoPrism server

View file

@ -32,6 +32,7 @@ RUN wget -qO- https://dl.photoprism.app/qa/demo.tar.gz | tar xvz -C /photoprism/
RUN photoprism restore -a && \ RUN photoprism restore -a && \
photoprism index -a && \ photoprism index -a && \
photoprism moments && \ photoprism moments && \
rm /photoprism/storage/config/*.yml && \
chmod -R a+rwX /photoprism/originals /photoprism/storage chmod -R a+rwX /photoprism/originals /photoprism/storage
# Start PhotoPrism server # Start PhotoPrism server

View file

@ -32,6 +32,7 @@ RUN wget -qO- https://dl.photoprism.app/qa/demo.tar.gz | tar xvz -C /photoprism/
RUN photoprism restore -a && \ RUN photoprism restore -a && \
photoprism index -a && \ photoprism index -a && \
photoprism moments && \ photoprism moments && \
rm /photoprism/storage/config/*.yml && \
chmod -R a+rwX /photoprism/originals /photoprism/storage chmod -R a+rwX /photoprism/originals /photoprism/storage
# Start PhotoPrism server # Start PhotoPrism server

View file

@ -32,6 +32,7 @@ RUN wget -qO- https://dl.photoprism.app/qa/demo.tar.gz | tar xvz -C /photoprism/
RUN photoprism restore -a && \ RUN photoprism restore -a && \
photoprism index -a && \ photoprism index -a && \
photoprism moments && \ photoprism moments && \
rm /photoprism/storage/config/*.yml && \
chmod -R a+rwX /photoprism/originals /photoprism/storage chmod -R a+rwX /photoprism/originals /photoprism/storage
# Start PhotoPrism server # Start PhotoPrism server