minor tweaks, fixed python in build

This commit is contained in:
2026-07-29 13:44:35 -07:00
parent ee48d50abf
commit 48adfb9c8e
2 changed files with 7 additions and 13 deletions
+6
View File
@@ -38,12 +38,18 @@ docker buildx build --no-cache -t 4lights/claudaris:latest .
Make sure the volumes are as you like and start the container.
```
sudo ./claudaris start
or
docker compose up -d
```
## Connect to the container
```
sudo ./claudaris connect
# or
docker compose exec claudaris bash
# or
docker compose exec claudaris tmux
```
## Stop and remove the container