Skip to content

Commit

Permalink
Update make script call
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal0019 authored Jun 28, 2020
1 parent c26480d commit 29554a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Then open a terminal and fire the backend services up:
```bash
$ git clone https://github.com/FNNDSC/ChRIS_ultron_backEnd.git
$ cd ChRIS_ultron_backEnd
$ ./docker-make.sh -U -I -i
$ ./make.sh -U -I -i
```

You can later remove all the backend containers and release storage volumes with:
```bash
$ cd ChRIS_ultron_backEnd
$ sudo rm -r FS
$ ./docker-destroy.sh
$ ./unmake.sh
```


Expand Down

0 comments on commit 29554a6

Please sign in to comment.