Commit 52efa593 authored by Matt Pryor's avatar Matt Pryor
Browse files

Make writable config directory for tomcat

parent 9fa62bc5
Loading
Loading
Loading
Loading

images/cog/Dockerfile

0 → 100644
+0 −0

Empty file added.

images/solr/Dockerfile

0 → 100644
+0 −0

Empty file added.

+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,9 @@ ENV PATH $CATALINA_HOME/bin:$PATH
RUN mkdir -p $CATALINA_HOME
WORKDIR $CATALINA_HOME

# Make a config directory that is writable by the esgf user
RUN mkdir -p $ESGF_HOME/tomcat && chown $ESGF_USER:$ESGF_GROUP $ESGF_HOME/tomcat

# Install JRE
RUN yum makecache && \
    yum install -y java-1.8.0-openjdk-1.8.0.242* && \