update .gitignore, modify Docker Hub credentials in workflow, and add usage instructions to README
Some checks failed
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Failing after 31s

This commit is contained in:
2025-07-29 10:48:23 -04:00
parent 72325591b7
commit fac9dc0b92
3 changed files with 11 additions and 4 deletions

6
README.md Normal file
View File

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