mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Syntax error on VOLUME instruction (#2526)
Added quotes to volume path.
This commit is contained in:
parent
9bf3403f31
commit
efe95d9ad0
|
@ -80,7 +80,7 @@ RUN cd /var/www/html;composer install
|
|||
|
||||
############### DATA VOLUME #################
|
||||
|
||||
VOLUME [/var/lib/snipeit]
|
||||
VOLUME ["/var/lib/snipeit"]
|
||||
|
||||
##### START SERVER
|
||||
|
||||
|
|
Loading…
Reference in a new issue