Skip to content

Commit 10e251f

Browse files
authored
Update README.md
1 parent 14527b0 commit 10e251f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You can also open the datatracker project folder and click the **Reopen in conta
8787
./run
8888
```
8989
90-
> Note that you can pass the `-r` flag to `./run` to force a rebuild of the containers. This is useful if you switched branches and that the existing containers still contain configurations from the old branch.
90+
> Note that you can pass the `-r` flag to `./run` to force a rebuild of the containers. This is useful if you switched branches and that the existing containers still contain configurations from the old branch. You should also use this if you don't regularly keep up with main and your containers reflect a much older version of the branch.
9191

9292
On Windows *(using Powershell)*:
9393
```sh
@@ -131,7 +131,7 @@ On Linux / macOS:
131131

132132
```sh
133133
cd docker
134-
cleandb
134+
./cleandb
135135
```
136136

137137
On Windows:
@@ -149,7 +149,7 @@ On Linux / macOS:
149149

150150
```sh
151151
cd docker
152-
cleanall
152+
./cleanall
153153
```
154154

155155
On Windows:

0 commit comments

Comments
 (0)