mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 02:51:46 +00:00
chore(infra): atualizar build, docker e tooling
This commit is contained in:
8
docker-entrypoint.sh
Normal file
8
docker-entrypoint.sh
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user