diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -18,10 +18,8 @@ RUN apk --no-cache add bash apache-ant sqlite curl && \ 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/ +COPY jetty_base /var/lib/jetty WORKDIR $JETTY_BASE |