Files
gun-manager/README.md
Ron Rise fac9dc0b92
Some checks failed
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Failing after 31s
update .gitignore, modify Docker Hub credentials in workflow, and add usage instructions to README
2025-07-29 10:48:23 -04:00

6 lines
150 B
Markdown

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