From efe95d9ad0ab79cfd2e3f99c83c8ff603ccc2e36 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Tue, 30 Aug 2016 15:11:42 -0400 Subject: [PATCH] Syntax error on VOLUME instruction (#2526) Added quotes to volume path. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c78ba03a1..1b87ca724 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ RUN cd /var/www/html;composer install ############### DATA VOLUME ################# -VOLUME [/var/lib/snipeit] +VOLUME ["/var/lib/snipeit"] ##### START SERVER