From f3f24e751c4fba08793faa467e566dca539a4bb7 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 6 Jul 2018 15:06:25 -0400 Subject: [PATCH] mod to windows dockerfile template --- Dockerfile.windows.template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile.windows.template b/Dockerfile.windows.template index 3cf01a7..ee81a36 100644 --- a/Dockerfile.windows.template +++ b/Dockerfile.windows.template @@ -13,15 +13,15 @@ ARG SHBMSGS=config\\shib-idp\\messages ARG SHBMD=config\\shib-idp\\metadata ARG SHBLOG=logs\\shib-idp -#ADD $TOMCFG c:\\Tomcat\\conf -#ADD $TOMCERT c:\\sslcert -#ADD $TOMWWWROOT c:\\Tomcat\\webapps\\ROOT -#ADD $SHBCFG c:\\opt\\shibboleth-idp\\conf -#ADD $SHBCREDS c:\\opt\\shibboleth-idp\\credentials -#ADD $SHBVIEWS c:\\opt\\shibboleth-idp\\views -#ADD $SHBEDWAPP c:\\opt\\shibboleth-idp\\edit-webapp -#ADD $SHBMSGS c:\\opt\\shibboleth-idp\\messages -#ADD $SHBMD c:\\opt\\shibboleth-idp\\metadata +ADD $TOMCFG c:\\Tomcat\\conf +ADD $TOMCERT c:\\sslcert +ADD $TOMWWWROOT c:\\Tomcat\\webapps\\ROOT +ADD $SHBCFG c:\\opt\\shibboleth-idp\\conf +ADD $SHBCREDS c:\\opt\\shibboleth-idp\\credentials +ADD $SHBVIEWS c:\\opt\\shibboleth-idp\\views +ADD $SHBEDWAPP c:\\opt\\shibboleth-idp\\edit-webapp +ADD $SHBMSGS c:\\opt\\shibboleth-idp\\messages +ADD $SHBMD c:\\opt\\shibboleth-idp\\metadata # Uncomment if using secrets; removes existing files from the container so that secrets can propagate (issue with Windows containers) # RUN del c:\opt\shibboleth-idp\conf\idp.properties