docker build setup
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Run database migrations
|
||||
bun run db:migrate
|
||||
|
||||
# Execute the CMD passed to the container
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user