[docs] Fix docker command (#11159)
This commit is contained in:
parent
56719655b3
commit
0719c68ab8
|
|
@ -26,7 +26,7 @@ invoke superuser
|
|||
Or, if you are running InvenTree in a Docker container:
|
||||
|
||||
```bash
|
||||
docker exec -rm -it inventree-server invoke superuser
|
||||
docker exec -it inventree-server invoke superuser
|
||||
```
|
||||
|
||||
### User Management
|
||||
|
|
|
|||
Loading…
Reference in New Issue