Skip to content

Commit

Permalink
chore: allow docusaurus dev server to work in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniscode committed Feb 18, 2024
1 parent bea14c9 commit 5eb6fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"start": "docusaurus start --host 0.0.0.0",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
Expand Down

0 comments on commit 5eb6fa7

Please sign in to comment.