fix manifest.in to properly include package files, and fix docker-compose web and staging to use the correct tags (stable and staging) instead of edge

This commit is contained in:
badblocks 2025-05-18 18:54:36 -07:00
parent 95d794d8b9
commit eeae7ae675
7 changed files with 14 additions and 36 deletions

View file

@ -1,6 +1,6 @@
services:
web-staging:
image: badbl0cks/pkmntrade-club:edge
image: badbl0cks/pkmntrade-club:staging
restart: always
env_file:
- .env