Commit 8f7a0521 authored by Scotty Logan's avatar Scotty Logan
Browse files

initial commit

parents
Loading
Loading
Loading
Loading

Dockerfile

0 → 100644
+11 −0
Original line number Diff line number Diff line
FROM suet/shibsp:latest
LABEL maintainer="swl@stanford.edu"

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -qq update \
    && apt-get -qq -y --no-install-recommends install php

VOLUME /etc/apache2/sites-available
VOLUME /etc/apache2/sites-enabled