From 3de5f1ac29676102b4dd69998f880a87d012a3c0 Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Tue, 3 Jan 2023 16:18:23 +0000 Subject: [PATCH] precommit --- .devcontainer/README.md | 9 ++++++--- .devcontainer/post_create_command.sh | 1 - 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 2d54facd..9637ae03 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -2,7 +2,8 @@ ## example usage -Below are some example use cases you might want to run from within the devcontainer (either within VSCode or GitHub Codespaces). +Below are some example use cases you might want to run from within the +devcontainer (either within VSCode or GitHub Codespaces). ### Run pre-commit @@ -20,8 +21,10 @@ 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: +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 +![website_example](https://user-images.githubusercontent.com/2178292/210396207-1b2e259f-4d5d-475d-b225-91e2bd004071.png) diff --git a/.devcontainer/post_create_command.sh b/.devcontainer/post_create_command.sh index dac00886..983576b9 100644 --- a/.devcontainer/post_create_command.sh +++ b/.devcontainer/post_create_command.sh @@ -1,3 +1,2 @@ - # ensure pre-commit is installed pre-commit install