mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Merge pull request #6255 from jhsu802701/fix_docker_up
Added yarn install to docker-compose up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user