Compare commits

..

No commits in common. "e9089755ef71d7d46601acefb6fa92d2cbfef15d" and "99e99ecffd1e19dded3c8fbe02a435a413ff36e3" have entirely different histories.

View File

@ -32,21 +32,6 @@ cargo build --release
dioxus serve --hot-reload --port 8234 dioxus serve --hot-reload --port 8234
``` ```
## Docker
You can run this in a container using the included `Dockerfile`.
```
docker build -t letter-werefox-cafe .
docker run -p 3469 -d -t letter-werefox-cafe
```
Or, run through docker compose.
```
docker compose up --build -d
```
## Project Structure ## Project Structure
``` ```