From 57b57805b3e3f60557e8659d7608e32da9c1a419 Mon Sep 17 00:00:00 2001 From: Jesper Brix Rosenkilde Date: Fri, 7 Jul 2017 14:57:41 +0200 Subject: Use env var --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8ec340..5f36e54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,6 @@ 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 -- cgit v1.1