Files
astuto/docker-entrypoint-dev.sh
Riccardo Graziosi d8cf46c351 Switch from webpacker to (css|js)bundling-rails (#227)
* Install jsbundling-rails, uninstall rails/webpacker
* Remove outdated step from run-tests workflow
* Use cssbundling-rails for CSS
2023-05-19 17:47:01 +02:00

11 lines
158 B
Bash
Executable File

#!/bin/sh
set -e
sh docker-entrypoint.sh
# Needed to run .bin/dev
yarn install --check-files
# Launch Rails server + yarn build:css + yarn build
./bin/dev