Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build scripts
James Babb committed Apr 18, 2019
1 parent 98ebaf2 commit 240ef8c
Showing 2 changed files with 1 addition and 23 deletions.
23 changes: 0 additions & 23 deletions 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
1 change: 1 addition & 0 deletions 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

0 comments on commit 240ef8c

Please sign in to comment.