From f51c141fd85a9fd65b083b7fd156f6f7609a6cbd Mon Sep 17 00:00:00 2001 From: "yassin@siouda.com" Date: Wed, 11 Oct 2023 17:03:41 +0200 Subject: [PATCH] chore: updated readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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