varnish-docker icon indicating copy to clipboard operation
varnish-docker copied to clipboard

In the Dockerfiles `VOLUMES` should actually be `VOLUME`

Open elafarge opened this issue 9 years ago • 0 comments

Here https://github.com/jacksoncage/varnish-docker/blob/master/Dockerfile#L22 .

Indeed, I tried to build the image locally and got the following error :

Step 9 : VOLUMES Unknown instruction: VOLUMES

According to the Dockerfile reference, this instructions should be VOLUME without an "S" :)

elafarge avatar Aug 25 '15 16:08 elafarge