chore: updated readme

This commit is contained in:
yassin@siouda.com
2023-10-11 17:03:41 +02:00
parent cfac5b116e
commit f51c141fd8

View File

@ -42,3 +42,14 @@ To build a standalone browser application using [Tauri](https://tauri.app/), you
- `yarn tauri dev`
The `tauri` version is only here to quickstart future developments but nothing has been done yet.
## Docker
### Run the application
`docker run -p 8001:80 yassinsiouda/topos:latest`
### Build and run the prod image
`docker compose --profile prod up`
### Build and run the dev image
`docker compose --profile dev up`