Finish packaging and change to src-based packaging layout, replace caddy with haproxy for performance, and update docker-compose and Dockerfiles for new packaging.

This commit is contained in:
badblocks 2025-05-09 18:39:04 -07:00
parent 959b06c425
commit 762361a21b
210 changed files with 235 additions and 168 deletions

View file

@ -7,6 +7,6 @@ if [ -d "staticfiles" ]; then
fi
# Build the tailwind theme css
cd theme/static_src
cd src/pkmntrade_club/theme/static_src
npm install . && npm run build
cd ../../