Edit README to add instructions for container running.

This commit is contained in:
Ada Werefox 2023-03-30 22:39:54 +00:00
parent 2cbb54c483
commit 70914f0231
1 changed files with 15 additions and 0 deletions

View File

@ -32,6 +32,21 @@ cargo build --release
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
```