Replace single quotes with double quotes in solr ready command

This commit is contained in:
Disassembler 2019-11-18 20:48:45 +01:00
parent ebbbab71fb
commit a41d270743
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -24,4 +24,4 @@ COPY lxc
USER 8983 8983 USER 8983 8983
CMD /usr/bin/solr start -f 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