Skip to content

Commit

Permalink
Fix docker start browser error (#2304)
Browse files Browse the repository at this point in the history
* Fix docker start browser error

Don't launch browser when in docker
  • Loading branch information
twk3 authored Feb 3, 2024
1 parent 14509d1 commit 3324dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-start
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [ ! -d "node_modules" ] || [ "$(ls -A node_modules)" = "" ]; then
yarn
fi

yarn start:browser
BROWSER=0 yarn start:browser
6 changes: 6 additions & 0 deletions upcoming-release-notes/2304.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [twk3]
---

Don't launch browser in docker development.

0 comments on commit 3324dd5

Please sign in to comment.