diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 12:27:47 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 12:27:47 +0200 |
commit | 1f4fcc1f2234281f6f7c95c0c0ba77b9298d00ce (patch) | |
tree | b682afc07c5eed955b256c86d2e0da120c0e6f36 /Dockerfile | |
parent | 4f85857c506729174013742149d69eca736fe2de (diff) | |
parent | 07d7b2e0f88f38b1916a95b3d450ae34a652f338 (diff) |
Merge branch 'master' of git.nordu.net:shibboleth-docker
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |