From 0a93c42e17e829c5444f2754b768faa760e1f99e Mon Sep 17 00:00:00 2001 From: jbabb Date: Thu, 18 Apr 2019 11:36:13 -0500 Subject: [PATCH] Update build.sh --- Sources/SIS/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SIS/build.sh b/Sources/SIS/build.sh index 788a8a2..25b6233 100644 --- a/Sources/SIS/build.sh +++ b/Sources/SIS/build.sh @@ -1,4 +1,4 @@ #!/bin/bash # build the sis web app -docker build sis-app -t tier-sis-web +docker build . -t tier-sis-web