chore(infra): atualizar build, docker e tooling

This commit is contained in:
Felipe Coutinho
2026-04-03 18:10:16 +00:00
parent d01bc8a669
commit ba369e8a83
11 changed files with 1146 additions and 425 deletions

8
docker-entrypoint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Rodando migrations do banco de dados..."
./node_modules/.bin/drizzle-kit push
echo "Migrations concluídas."
exec "$@"