Skip to content

Commit

Permalink
Changed Solr Path
Browse files Browse the repository at this point in the history
  • Loading branch information
Deinok committed May 2, 2016
1 parent af8bcec commit a836810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/docker/solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get -q -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -q -y install default-jre-headless

# Install Solr
ENV SOLR_HOME /opt/solr/example/solr
ENV SOLR_HOME /opt/solr
ENV SOLR_VERSION 4.8.1
ENV SOLR solr-$SOLR_VERSION
RUN mkdir -p /opt/solr
Expand All @@ -19,5 +19,5 @@ RUN echo name=ckan > $SOLR_HOME/ckan/core.properties
ADD schema.xml $SOLR_HOME/ckan/conf/schema.xml

EXPOSE 8983
WORKDIR /opt/solr/example
WORKDIR /opt/solr
CMD ["java", "-jar", "start.jar"]

0 comments on commit a836810

Please sign in to comment.