We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26480d commit 29554a6Copy full SHA for 29554a6
README.md
@@ -19,14 +19,14 @@ Then open a terminal and fire the backend services up:
19
```bash
20
$ git clone https://github.com/FNNDSC/ChRIS_ultron_backEnd.git
21
$ cd ChRIS_ultron_backEnd
22
-$ ./docker-make.sh -U -I -i
+$ ./make.sh -U -I -i
23
```
24
25
You can later remove all the backend containers and release storage volumes with:
26
27
28
$ sudo rm -r FS
29
-$ ./docker-destroy.sh
+$ ./unmake.sh
30
31
32
0 commit comments