migrations
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 15m50s

This commit is contained in:
2025-07-29 12:15:15 -04:00
parent f0f8a399d7
commit fd1a88bd9f
3 changed files with 4 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ WORKDIR /app
COPY --from=frontend /frontend/dist /app/dist
COPY --from=backend /backend/app /app/app
ADD backend/migrations /app/migrations
EXPOSE 8000
ENTRYPOINT ["/app/app"]

View File

@@ -2,5 +2,5 @@
docker run --rm \
-v $(pwd)/data:/data \
-p 8000:8000 \
scr.siteworxpro.com/gun-manager:v1.0.0 -database /data/gun_inventory.sqlite
scr.siteworxpro.com/gun-manager:v0.0.1 -database /data/gun_inventory.sqlite
```

Submodule backend updated: 5ac3032a16...61a31a6977