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