diff --git a/Sources/SIS/build.sh b/Sources/SIS/build.sh index d2e35ca..788a8a2 100644 --- a/Sources/SIS/build.sh +++ b/Sources/SIS/build.sh @@ -1,27 +1,4 @@ #!/bin/bash -# Build the dependency containers -docker build deps/ldap -t tier-demo-ldap -docker build deps/mysql -t tier-demo-mysql -docker build deps/rabbit -t tier-demo-rabbit - # build the sis web app docker build sis-app -t tier-sis-web - -# Build the Shib IDP -docker build shib-idp -t tier-demo-idp - -# Build Grouper -docker build grouper -t tier-demo-grouper - -# Build Midpoint -#docker build midpoint -t tier-demo-midpoint - -# build the demo app -docker build test-app -t tier-demo-web-app - -# build the canvas provisioner -docker build canvas -t tier-demo-canvas - -# build the attribute slammer -docker build attribute-slammer -t tier-attribute-slammer diff --git a/Sources/SIS/docker-compose.yml b/Sources/SIS/docker-compose.yml index 2ff4e15..08102ac 100644 --- a/Sources/SIS/docker-compose.yml +++ b/Sources/SIS/docker-compose.yml @@ -8,6 +8,7 @@ services: - MYSQL_ROOT_PASSWORD= - MYSQL_ALLOW_EMPTY_PASSWORD=yes sis-web: + build: . image: sis-web container_name: tier-sis-web command: /bin/bash /usr/local/bin/run-rails.sh