6 lines
48 B
Bash
6 lines
48 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
bin/migrate up
|
|
|
|
/entrypoint.sh |