Files
yourwillyourwish/rebuild.sh
2026-02-06 21:44:04 -06:00

9 lines
955 B
Bash
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
docker compose -f docker-compose.full.yml down -v
docker compose -f docker-compose.full.yml build --no-cache
docker compose -f docker-compose.full.yml up -d
# docker compose -f docker-compose.full.yml exec web sh
# npx prisma migrate deploy
# npx prisma db seed
#docker compose -f docker-compose.yaml down && docker compose -f docker-compose.yaml build web && docker compose -f docker-compose.yaml up -d && sleep 10 && docker compose -f docker-compose.yaml logs web | grep -A5 -B5 "Seeding"
#docker compose -f docker-compose.yaml down && docker compose -f docker-compose.yaml build web && docker compose -f docker-compose.yaml up -d && sleep 10 && docker compose -f docker-compose.yaml logs web | grep -E "(✅|❌||Seeding|Starting)"
#docker compose -f docker-compose.yaml down && docker compose -f docker-compose.yaml build web && docker compose -f docker-compose.yaml up -d && sleep 10 && docker compose -f docker-compose.yaml logs web | tail -25