Files
sim/docker-entrypoint.sh
2025-03-18 16:05:30 -07:00

3 lines
41 B
Bash
Executable File

#!/bin/sh
npx drizzle-kit push
exec "$@"