From a1efe0b668655930a06a54d487eb38659060f522 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang <86985864+ubc-tuehoang@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:22:27 -0800 Subject: [PATCH] Update README.md in progress... --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b810756..b70b28f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,10 @@ - click on the (green button) "<> CODE" - select "Codespaces" tab - click the + to launch Codespaces instance - -*** - This will launch a default Codespaces instance with 2-core 8GB RAM, 32GB (sufficient to build this image) - -*** - The browser navigates to the codespace instance: something like this... gp.github.dev - -*** - At bottom, select tab "Terminal" - this is bash shell - - Edit Dockerfile or other + - This will launch a default Codespaces instance with 2-core 8GB RAM, 32GB (sufficient to build this image) + - The browser navigates to the codespace instance: something like this... gp.github.dev + - At bottom, select tab "Terminal" - this is bash shell + - Edit Dockerfile or other - After completed the change (if any), then do build image *** - Execute > docker-compose build