diff --git a/Dockerfile b/Dockerfile index 476a8a9..1774d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ ENV VERSION=$version ENV TOMCAT_VERSION="6.0.35" ADD ./container_files /opt/ -COPY container_files/firsttimerunning /tmp COPY conf/grouper.hibernate.properties /opt/grouper/$version RUN rm /opt/grouper/2.3.0/grouper.apiBinary-2.3.0/conf/grouper.hibernate.properties && \ ln -s /opt/grouper/$version/grouper.hibernate.properties /opt/grouper/2.3.0/grouper.apiBinary-2.3.0/conf/grouper.hibernate.properties && \