Skip to content

Commit

Permalink
Fix typo in deploy guide (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee authored Jan 8, 2025
1 parent a459530 commit 2b21022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/0.6/src/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Making native app distribution easier is a top priority for Dioxus Deploy!

Dioxus web apps are structured as a Client bundle and a Server executable. Generally, any deploy provider that exposes a simple container will be sufficient for a Dioxus fullstack web application.

Some providers like [Cloudflare Workers](http://workers.cloudflare.com) and [Fermyon Spin](https://www.fermyon.com/spin) provider WASM-based containers for apps. WASM runtimes are typically cheaper to operate and can horizontally scale better than a traditional virtual-machine based container. When deploying on WASM runtimes, you will need to create a WASM build of your server manually.
Some providers like [Cloudflare Workers](http://workers.cloudflare.com) and [Fermyon Spin](https://www.fermyon.com/spin) provide WASM-based containers for apps. WASM runtimes are typically cheaper to operate and can horizontally scale better than a traditional virtual-machine based container. When deploying on WASM runtimes, you will need to create a WASM build of your server manually.

Running the webserver is as simple as executing `./server`. Make sure to set the IP and PORT environment variables correctly:

Expand Down

0 comments on commit 2b21022

Please sign in to comment.