Replace single quotes with double quotes in solr ready command
This commit is contained in:
parent
ebbbab71fb
commit
a41d270743
@ -24,4 +24,4 @@ COPY lxc
|
||||
|
||||
USER 8983 8983
|
||||
CMD /usr/bin/solr start -f
|
||||
READY /bin/grep -q 'o.e.j.s.Server Started' /opt/solr/server/logs/solr.log
|
||||
READY /bin/grep -q "o.e.j.s.Server Started" /opt/solr/server/logs/solr.log
|
||||
|
Loading…
Reference in New Issue
Block a user