Fix docker start browser error (#2304)

* Fix docker start browser error

Don't launch browser when in docker
This commit is contained in:
DJ Mountney
2024-02-02 17:18:27 -08:00
committed by GitHub
parent 14509d15df
commit 3324dd5fa0
2 changed files with 7 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ if [ ! -d "node_modules" ] || [ "$(ls -A node_modules)" = "" ]; then
yarn
fi
yarn start:browser
BROWSER=0 yarn start:browser

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [twk3]
---
Don't launch browser in docker development.