ToolJet/docker/entrypoints/server.sh

7 lines
61 B
Bash
Raw Normal View History

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