Files
gun-manager/README.md
Ron Rise fd1a88bd9f
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 15m50s
migrations
2025-07-29 12:15:15 -04:00

6 lines
150 B
Markdown

```shell
docker run --rm \
-v $(pwd)/data:/data \
-p 8000:8000 \
scr.siteworxpro.com/gun-manager:v0.0.1 -database /data/gun_inventory.sqlite
```