use root instead of 1000
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user