Skip to content

Commit

Permalink
fix install and storybook (#942)
Browse files Browse the repository at this point in the history
* fix install and storybook

* immutable install

* clarify storybook in background
  • Loading branch information
ChristopherChudzicki authored May 21, 2024
1 parent c91ffee commit 9f07465
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,12 @@ services:
- frontend
working_dir: /src
image: node:20.13
command: >
/bin/sh -c 'yarn install && yarn storybook & yarn workspace mit-open watch:docker'
entrypoint: ["/bin/sh", "-c"]
command:
- |
yarn install --immutable
yarn workspace mit-open storybook &
yarn workspace mit-open watch:docker
environment:
NODE_ENV: ${NODE_ENV:-development}
PORT: 8062
Expand Down

0 comments on commit 9f07465

Please sign in to comment.