Skip to content

Commit 29554a6

Browse files
authored
Update make script call
1 parent c26480d commit 29554a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Then open a terminal and fire the backend services up:
1919
```bash
2020
$ git clone https://github.com/FNNDSC/ChRIS_ultron_backEnd.git
2121
$ cd ChRIS_ultron_backEnd
22-
$ ./docker-make.sh -U -I -i
22+
$ ./make.sh -U -I -i
2323
```
2424

2525
You can later remove all the backend containers and release storage volumes with:
2626
```bash
2727
$ cd ChRIS_ultron_backEnd
2828
$ sudo rm -r FS
29-
$ ./docker-destroy.sh
29+
$ ./unmake.sh
3030
```
3131

3232

0 commit comments

Comments
 (0)