Files
baclight/bin/docker-entrypoint
T

9 lines
178 B
Bash
Raw Normal View History

#!/bin/bash -e
# If running the rails server then create or migrate existing database
2023-09-30 11:36:33 -07:00
# if [ "${*}" == "./bin/rails server" ]; then
# ./bin/rails db:prepare
# fi
exec "${@}"