Skip to content

Commit af9d800

Browse files
committed
added test tif file
1 parent dad0183 commit af9d800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN mkdir /images/ \
2424
&& cd /images/ \
2525
&& wget http://iiif-test.stanford.edu/67352ccc-d1b0-11e1-89ae-279075081939.jp2 \
2626
&& chmod 777 67352ccc-d1b0-11e1-89ae-279075081939.jp2 \
27+
&& wget http://merovingio.c2rmf.cnrs.fr/iipimage/PalaisDuLouvre.tif \
28+
&& chmod 777 PalaisDuLouvre.tif \
2729
&& chown -R www-data:www-data /images
2830

2931
EXPOSE 80

0 commit comments

Comments
 (0)