From e97efb4ea6a4e5cba2f68068e200ce525dcddb96 Mon Sep 17 00:00:00 2001 From: Jesper Brix Rosenkilde Date: Thu, 6 Jul 2017 14:48:45 +0200 Subject: Add jetty configuration --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8e272a2..56b8803 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,11 @@ RUN apk --no-cache add bash apache-ant sqlite curl && \ apk --no-cache del apache-ant && \ rm -rf shibboleth-identity-provider* install.properties + +COPY jetty_base /var/lib/jetty #RUN mkdir -p persistent-id && sqlite3 persistent-id/shibboleth.db < /tmp/shibboleth.db.ddl && rm -f /tmp/shibboleth.db.ddl #ENV JETTY_BASE /oetty-base #COPY jetty_base/ $JETTY_BASE/ -#WORKDIR $JETTY_BASE +WORKDIR $JETTY_BASE -- cgit v1.1