Devcontainer updates (#9101)

* Update docker image

- Required changes to pass display through from host OS

* Update docs

* Update devcontainer docs
This commit is contained in:
Oliver
2025-02-19 11:04:20 +11:00
committed by GitHub
parent c314a4575d
commit 8cbddd489d
5 changed files with 14 additions and 6 deletions
+2 -1
View File
@@ -95,10 +95,11 @@ The frontend codebase it tested using [Playwright](https://playwright.dev/). The
### Install Playwright
To install the required packages to run the tests, you can use the following command:
To install the required packages to run the tests, you can use the following commands:
```bash
cd src/frontend
sudo npx playwright install-deps
npx playwright install
```