cargo build instruction

This commit is contained in:
Simon
2025-09-29 15:09:33 +00:00
parent 4be7ccc6e1
commit 92e43d2449

View File

@@ -13,6 +13,7 @@ Get, Build and Host the docker image:
```
git clone https://gitea.spacemoehre.de/simon/hottub
sudo docker build hottub
cd hottub && cargo build --release
sudo docker compose up -d
```