Compare commits
2 Commits
99e99ecffd
...
e9089755ef
Author | SHA1 | Date | |
---|---|---|---|
e9089755ef | |||
70914f0231 |
15
README.md
15
README.md
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user