File tree Expand file tree Collapse file tree 2 files changed +2
-175
lines changed
Expand file tree Collapse file tree 2 files changed +2
-175
lines changed Original file line number Diff line number Diff line change 11FROM unidata/tomcat-docker:8.5
2- MAINTAINER Kyle Wilcox <kyle@axiomdatascience.com>
2+ LABEL maintainer= " Kyle Wilcox <kyle@axiomdatascience.com>"
33
44ENV ERDDAP_VERSION 2.02
55ENV ERDDAP_CONTENT_URL https://github.com/BobSimons/erddap/releases/download/v$ERDDAP_VERSION/erddapContent.zip
@@ -20,14 +20,11 @@ RUN \
2020# Java options
2121COPY files/setenv.sh ${CATALINA_HOME}/bin/setenv.sh
2222
23- # Custom Tomcat server.xml for allowing extra query parameters
24- COPY files/server.xml ${CATALINA_HOME}/conf/server.xml
25-
2623# ERDDAP setup.xml
2724COPY files/setup.xml ${CATALINA_HOME}/content/erddap/setup.xml
2825
2926COPY entrypoint.sh /
3027ENTRYPOINT ["/entrypoint.sh" ]
3128
32- EXPOSE 8080 8443
29+ EXPOSE 8080
3330CMD ["catalina.sh" , "run" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments