Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
- to reflect updates to the `./manage` script.

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Jul 22, 2024
1 parent 9d5029c commit b90428b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ Ensure `Docker` and `Dev Containers` extenion (`ms-vscode-remote.remote-containe
3. Building the project.

```
./manage build-debug
./manage build
```

4. Starting the project.

```
./manage start-debug
./manage debug
```

## Notes

- DevContainer will fail to build/rebuild when connected to the BC Gov's VPN.
- You may find this command handy when wiping all unused containers, volumes, networks and images.

```
docker system prune -a --volumes
```
- You may find this command handy when wiping all unused containers, volumes, networks and images.
```
docker system prune -a --volumes
```

## Using the Application

Expand Down

0 comments on commit b90428b

Please sign in to comment.