Skip to content

Commit

Permalink
Made prod bind to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Sep 12, 2022
1 parent 403c459 commit 3530f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUSTFLAGS=--cfg=web_sys_unstable_apis trunk build --release --public-url /assets
popd

pushd server
cargo run --release -- --port 9382
cargo run --release -- --port 9382 --addr 0.0.0.0
popd

# Full backend options. You can get these by running `cargo run --release -- --help` in server/
Expand Down

0 comments on commit 3530f86

Please sign in to comment.