diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 15:28:27 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 15:28:27 +0200 |
commit | a77621f3bc45828834ef4697e983c603735c56ee (patch) | |
tree | e9ec518edf4fb08a7ff04b73bdc7be3ae710dc64 /apache-sp/run.sh | |
parent | 1f4fcc1f2234281f6f7c95c0c0ba77b9298d00ce (diff) |
sync with syntax working, but not auth
Diffstat (limited to 'apache-sp/run.sh')
-rw-r--r-- | apache-sp/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apache-sp/run.sh b/apache-sp/run.sh new file mode 100644 index 0000000..9d227b1 --- /dev/null +++ b/apache-sp/run.sh @@ -0,0 +1,2 @@ +# Apache SP +docker build -t $(basename $(pwd)) . && docker run --rm -ti -p80:80 -p 443:443 -e SP_HOSTNAME=sp.nordu.dev --link shibboleth-docker $(basename $(pwd)) |