Skip to content

Commit

Permalink
fix: bind to 0.0.0.0 in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv committed Feb 10, 2024
1 parent f4bc1d6 commit 8236d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cleanup() {
trap cleanup EXIT HUP INT QUIT PIPE TERM ERR

cd packages/api && npm run start &
cd packages/web && npm run start &
cd packages/web && HOST=0.0.0.0 npm run start &

wait -n
exit $?

0 comments on commit 8236d9e

Please sign in to comment.