From b90428bb58573314e329868b3720abdd2fb74ed7 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Mon, 22 Jul 2024 07:26:36 -0700 Subject: [PATCH] Update documentation - to reflect updates to the `./manage` script. Signed-off-by: Wade Barnes --- docker/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/README.md b/docker/README.md index 9c88bd57..e45dc7f7 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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