We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af670b9 commit 8ebecc6Copy full SHA for 8ebecc6
Dockerfile
@@ -17,7 +17,8 @@ RUN \
17
unzip /erddap.war -d ${CATALINA_HOME}/webapps/erddap/ && \
18
rm /erddap.war && \
19
sed -i 's#</Context>#<Resources cachingAllowed="true" cacheMaxSize="100000" />\n&#' ${CATALINA_HOME}/conf/context.xml && \
20
- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
21
+ mkdir -p ${ERDDAP_DATA}
22
23
# Java options
24
COPY files/setenv.sh ${CATALINA_HOME}/bin/setenv.sh
0 commit comments