2022-09-15 17:15:12 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
sh docker-entrypoint.sh
|
|
|
|
|
|
2023-05-19 17:47:01 +02:00
|
|
|
# Needed to run .bin/dev
|
2022-09-15 17:15:12 +02:00
|
|
|
yarn install --check-files
|
|
|
|
|
|
2023-05-19 17:47:01 +02:00
|
|
|
# Launch Rails server + yarn build:css + yarn build
|
|
|
|
|
./bin/dev
|