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 /build.sh | |
| parent | 4f85857c506729174013742149d69eca736fe2de (diff) | |
| parent | 07d7b2e0f88f38b1916a95b3d450ae34a652f338 (diff) | |
Merge branch 'master' of git.nordu.net:shibboleth-docker
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..a377070 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/sh +docker build -t shibboleth-docker . +docker build -t apache-sp ./apache-sp/ + |
