chore: updated readme
This commit is contained in:
11
README.md
11
README.md
@ -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`
|
||||
Reference in New Issue
Block a user