mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
* Install jsbundling-rails, uninstall rails/webpacker * Remove outdated step from run-tests workflow * Use cssbundling-rails for CSS
11 lines
158 B
Bash
Executable File
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 |