Demo: Fix path in Dockerfile

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-03-23 21:46:14 +01:00
parent 98abbfc94e
commit 80e083106d

View file

@ -3,7 +3,7 @@ FROM photoprism/photoprism:latest as build
# Hide TensorFlow warnings
ENV TF_CPP_MIN_LOG_LEVEL 2
RUN wget -qO- https://dl.photoprism.org/fixtures/demo.tar.gz | tar xvz -C Pictures/Import
RUN wget -qO- https://dl.photoprism.org/fixtures/demo.tar.gz | tar xvz -C /photoprism/import
# Configure PhotoPrism
ENV PHOTOPRISM_DEBUG false