smashing-container/container-entrypoint.sh

10 lines
89 B
Bash
Raw Normal View History

2024-03-06 19:22:40 +00:00
#!/usr/bin/env bash
set -e
cd "${SMASHING_PROJECT_DIR}"
bundle install
smashing "$@"