Migrations the right way
This commit is contained in:
6
bin/entrypoint
Executable file
6
bin/entrypoint
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# run migrations
|
||||
migrate
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user