Demo: Fix path in Dockerfile
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
98abbfc94e
commit
80e083106d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue