Skip to content

Commit

Permalink
Revert "Changed Solr Path"
Browse files Browse the repository at this point in the history
This reverts commit a836810.
  • Loading branch information
Raul Hidalgo Caballero committed May 3, 2016
1 parent a836810 commit eb9ece4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/docker/solr/Dockerfile
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
ENV SOLR_HOME /opt/solr/example/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
WORKDIR /opt/solr/example
CMD ["java", "-jar", "start.jar"]

0 comments on commit eb9ece4

Please sign in to comment.