From 626a3474f8d31ca5450aec7f1692d4d79f6b0d9d Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 4 Oct 2022 09:04:21 +0200 Subject: [PATCH] Readme updated --- frontend/svelte/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/svelte/README.md b/frontend/svelte/README.md index 94994b0..02b9db1 100644 --- a/frontend/svelte/README.md +++ b/frontend/svelte/README.md @@ -1,3 +1,7 @@ # 🚀 Getting started with Svelte -Starting the container: ``docker-compose up --build -d`` +### Starting the container: +``docker-compose up --build -d`` + +### Restart and rebuild Svelte: +``docker-compose up --detach --build svelte``