We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad0183 commit af9d800Copy full SHA for af9d800
Dockerfile
@@ -24,6 +24,8 @@ RUN mkdir /images/ \
24
&& cd /images/ \
25
&& wget http://iiif-test.stanford.edu/67352ccc-d1b0-11e1-89ae-279075081939.jp2 \
26
&& chmod 777 67352ccc-d1b0-11e1-89ae-279075081939.jp2 \
27
+ && wget http://merovingio.c2rmf.cnrs.fr/iipimage/PalaisDuLouvre.tif \
28
+ && chmod 777 PalaisDuLouvre.tif \
29
&& chown -R www-data:www-data /images
30
31
EXPOSE 80
0 commit comments