1 2 3 4 5 6
#!/command/with-contenv sh # shellcheck shell=bash echo "Running db migration script"; cd /db_migrations; exec node index.js;