Demo: Update Dockerfiles
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
2ad10b2cfc
commit
1cc090902e
4 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue