Skip to content

Commit

Permalink
fix dev server not being accessible outside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
suchipi committed Jun 18, 2024
1 parent 0454d77 commit b65b7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "./in-docker.sh 'npm install && npx docusaurus start'",
"start": "./in-docker.sh 'npm install && npx docusaurus start --host 0.0.0.0'",
"build": "./in-docker.sh 'npm install && npx docusaurus build'"
},
"dependencies": {
Expand Down

0 comments on commit b65b7b5

Please sign in to comment.