Skip to content

Commit

Permalink
include mrs-developer in the dev docker-compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nosnickid committed Jan 24, 2022
1 parent 3c99114 commit c506497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
ports:
- "127.0.0.1:3000:3000"
- "127.0.0.1:3001:3001"
command: 'bash -c "yarn install && yarn start"'
command: 'bash -c "yarn global add mrs-developer && yarn develop && yarn install && yarn start"'

volumes:
plone-data: ~

0 comments on commit c506497

Please sign in to comment.