Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 25, 2018
1 parent 1beb500 commit 58c8a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion midpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is a midPoint dockerization for TIER environment. It is a work in progress.
# Building and execution
```
$ ./build.sh
$ docker-compose up
$ docker-compose up --build
```

Please see a detailed description [here](https://spaces.at.internet2.edu/display/MID/Dockerized+midPoint).
2 changes: 1 addition & 1 deletion midpoint/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo ""
echo "(for standalone execution)"
echo ""
echo "$ cd" `pwd`
echo "$ docker-compose up"
echo "$ docker-compose up --build"
echo ""
echo "(for complex demo)"
echo ""
Expand Down

0 comments on commit 58c8a31

Please sign in to comment.