From 4d920a08dc5695570e830a8d4270982af4588c11 Mon Sep 17 00:00:00 2001
From: Imbus <imbus64@protonmail.com>
Date: Wed, 18 Oct 2023 20:54:43 +0200
Subject: [PATCH] Readme fix

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 29cc876..39fe509 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,13 @@ npm run dev
 
 ### Production build
 
+Essentially, you need to build the client and copy the files to the server's public directory. Then you need to build the server in release mode and run it.
+
+This is all bundled in the Containerfile. You can build the container with:
+
 ```bash
+just start-release
+```
 
 ## Contributing