Syntax error on VOLUME instruction (#2526)

Added quotes to volume path.
This commit is contained in:
Ryan Stafford 2016-08-30 15:11:42 -04:00 committed by snipe
parent 9bf3403f31
commit efe95d9ad0

View file

@ -80,7 +80,7 @@ RUN cd /var/www/html;composer install
############### DATA VOLUME #################
VOLUME [/var/lib/snipeit]
VOLUME ["/var/lib/snipeit"]
##### START SERVER