Fix photoprism/demo Dockerfile (mkdir not needed anymore)

This commit is contained in:
Michael Mayer 2019-06-30 00:20:06 +02:00
parent 5e37cd54fc
commit abe1ce4265

View File

@ -3,8 +3,7 @@ FROM photoprism/photoprism:latest as build
# Hide TensorFlow warnings
ENV TF_CPP_MIN_LOG_LEVEL 2
RUN mkdir -p /srv/photoprism/photos/import && \
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 Pictures/Import
# Import example photos
RUN photoprism import