Skip to content

Commit

Permalink
Fix docker-compose config for webpacker-dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Dec 17, 2022
1 parent 0c0a3f4 commit 6a87f71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ services:
working_dir: /app/WcaOnRails
volumes:
- .:/app
command: bin/webpacker-dev-server
- gems_volume:/usr/local/bundle
command: >
bash -c 'bundle install && yarn install &&
bin/webpacker-dev-server'
depends_on:
- wca_on_rails
networks:
- wca-main

wca_db:
image: mysql:8.0
Expand Down

0 comments on commit 6a87f71

Please sign in to comment.