2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-28 09:03:41 +00:00

[docs] Fix docker command (#11159)

This commit is contained in:
Oliver
2026-01-18 23:17:23 +11:00
committed by GitHub
parent 56719655b3
commit 0719c68ab8

View File

@@ -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