diff --git a/README.md b/README.md index 83c16c0..cbfe98f 100644 --- a/README.md +++ b/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` \ No newline at end of file