Merge pull request from jhesketh/patch-4

Fix building solr
This commit is contained in:
André Peters
2019-04-02 08:49:00 +02:00
committed by GitHub

@@ -7,6 +7,7 @@ COPY solr-schema-7.7.0.xml /
RUN apk --no-cache add su-exec curl tzdata \
&& chmod +x /docker-entrypoint.sh \
&& sync \
&& bash /docker-entrypoint.sh --bootstrap
ENTRYPOINT ["/docker-entrypoint.sh"]