Merge pull request #6255 from jhsu802701/fix_docker_up

Added yarn install to docker-compose up
This commit is contained in:
Luis Ramos
2020-10-26 21:16:09 +00:00
committed by GitHub

View File

@@ -28,6 +28,7 @@ services:
command: >
bash -c "wait-for-it -t 30 db:5432 &&
rm -f tmp/pids/server.pid &&
yarn install &&
bundle exec rails s -p 3000 -b '0.0.0.0'"
worker:
tty: true