From cbc17683d9aaba1eb0ac2bc8f90fa2f876dfd09e Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Tue, 3 Jan 2023 16:13:25 +0000 Subject: [PATCH] add to readme --- .devcontainer/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index edb741b0..2d54facd 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -17,3 +17,11 @@ pre-commit run --all-files # build the image docker compose up --build ``` + +You should see some docker containers being pulled and activated. + +Once you see the line `open-assistant-web-1 | Listening on port 3000 url: http://localhost:3000` you should be able to access that port like below: + +![port_forwarding](https://user-images.githubusercontent.com/2178292/210395676-e9c2aab5-cb54-4ae6-b1eb-ac929fd73607.png) + +![website_example](https://user-images.githubusercontent.com/2178292/210396207-1b2e259f-4d5d-475d-b225-91e2bd004071.png) \ No newline at end of file