ToolJet/docker/entrypoints/server.sh

7 lines
No EOL
61 B
Bash

#!/bin/bash
set -e
rake db:create
rake db:migrate
exec "$@"