Demo: Include archived photos when indexing example content #2257

This commit is contained in:
Michael Mayer 2022-04-16 12:45:09 +02:00
parent fefaada1f1
commit 745a3e1f22

View file

@ -30,7 +30,7 @@ RUN wget -qO- https://dl.photoprism.app/qa/demo.tar.gz | tar xvz -C /photoprism/
# Import example photos # Import example photos
RUN photoprism restore -a RUN photoprism restore -a
RUN photoprism index RUN photoprism index -a
RUN photoprism moments RUN photoprism moments
# Start PhotoPrism server # Start PhotoPrism server