diff --git a/Dockerfile b/Dockerfile index f27142a..aa8a7c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version && COPY ./conf/ /usr/local/tomcat/conf/ COPY ./certs/gencert.sh /opt/autoexec/onbuild/gencert.sh # Remove this line once build is cooking -COPY ./tmp/onbuild.sh /opt/autoexec/bin/onbuild.sh +COPY ./container_files/bin/onbuild.sh /opt/autoexec/bin/onbuild.sh RUN chmod +x /opt/autoexec/onbuild/gencert.sh && /opt/autoexec/bin/onbuild.sh VOLUME ["/usr/local/tomcat/logs", "/opt/shibboleth/shibboleth-identity-provider-$VERSION/logs"] diff --git a/tmp/onbuild.sh b/container_files/bin/onbuild.sh similarity index 100% rename from tmp/onbuild.sh rename to container_files/bin/onbuild.sh