use root instead of 1000

This commit is contained in:
2026-01-11 21:50:33 +00:00
parent 010b36789c
commit c2232a8d7c
2 changed files with 3 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ The server will start on port 8000 with an interactive REPL for user management.
docker build -t calspot .
# Run the container
docker run -it -p 8000:8000 -v $(pwd)/data:/home/appuser/data calspot
docker run -it -p 8000:8000 -v $(pwd)/data:/app/data calspot
```
## User Management (REPL)