summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-10 12:27:47 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-10 12:27:47 +0200
commit1f4fcc1f2234281f6f7c95c0c0ba77b9298d00ce (patch)
treeb682afc07c5eed955b256c86d2e0da120c0e6f36 /Dockerfile
parent4f85857c506729174013742149d69eca736fe2de (diff)
parent07d7b2e0f88f38b1916a95b3d450ae34a652f338 (diff)
Merge branch 'master' of git.nordu.net:shibboleth-docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6c0571c..10d384f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,5 +25,5 @@ RUN chown -R jetty:jetty /opt/shibboleth-idp
#RUN mkdir -p persistent-id && sqlite3 persistent-id/shibboleth.db < /tmp/shibboleth.db.ddl && rm -f /tmp/shibboleth.db.ddl
-COPY jetty_base /var/lib/jetty
+COPY jetty_base $JETTY_BASE
WORKDIR $JETTY_BASE