Skip to content

Commit

Permalink
[PLA-1957] Fixes docker running (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Aug 25, 2024
1 parent 923d9e5 commit 80c043e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void spawnServer(_) => shelfRun(
defaultBindAddress: InternetAddress.anyIPv4,
defaultShared: true,
defaultBindPort: 8090,
defaultEnableHotReload: false,
);

Handler init() {
Expand Down
Binary file added bin/server.exe
Binary file not shown.

0 comments on commit 80c043e

Please sign in to comment.