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:
parent
95d794d8b9
commit
eeae7ae675
7 changed files with 14 additions and 36 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,7 +1,9 @@
|
|||
.env.production
|
||||
.env
|
||||
staticfiles/*
|
||||
!staticfiles/.gitkeep
|
||||
src/pkmntrade_club/staticfiles/*
|
||||
!src/pkmntrade_club/staticfiles/.gitkeep
|
||||
src/pkmntrade_club/media/*
|
||||
!src/pkmntrade_club/media/.gitkeep
|
||||
seed/0004_TestUsers.json
|
||||
seed/0005_TradeOffers.json
|
||||
media/trade_offers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue