File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,6 @@ RUN /etc/init.d/postgresql start &&\
4545USER root
4646
4747
48- # ## SOLR ###
49-
50- RUN ./manage.py build_solr_schema > schema.xml
51- RUN cp schema.xml apache-solr-3.6.2/example/solr/conf/
52- RUN cp apache-solr-3.6.2/example/solr/conf/stopwords.txt apache-solr-3.6.2/example/solr/conf/stopwords_en.txt
53- RUN export PATH=$PATH:/apache-solr-3.6.2/example/solr/conf/
54-
55-
5648EXPOSE 8000
5749COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5850
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ ./manage.py build_solr_schema > schema.xml
4+ cp schema.xml apache-solr-3.6.2/example/solr/conf/
5+ cp apache-solr-3.6.2/example/solr/conf/stopwords.txt apache-solr-3.6.2/example/solr/conf/stopwords_en.txt
6+ export PATH=$PATH :/apache-solr-3.6.2/example/solr/conf/
7+
38/etc/init.d/postgresql start && \
49 ./manage.py migrate --noinput && \
510 ./manage.py datamigrate && \
You can’t perform that action at this time.
0 commit comments