This commit is contained in:
Terry Brady
2019-03-27 16:39:46 -07:00
committed by Tim Donohue
parent 10b25af158
commit 4b94208676

View File

@@ -54,5 +54,5 @@ EXPOSE 8080 8009
ENV JAVA_OPTS=-Xmx2000m
RUN mv /usr/local/tomcat/ROOT /usr/local/tomcat/ROOT.bk && \
RUN mv /usr/local/tomcat/webapps/ROOT /usr/local/tomcat/webapps/ROOT.bk && \
ln -s $DSPACE_INSTALL/webapps/spring-rest /usr/local/tomcat/webapps/ROOT