Skip to content

Commit

Permalink
Fixed some issues with storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprabhakaran3 committed Jul 29, 2023
1 parent 15a5edb commit ae81f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
image: node:18.16.0-alpine
working_dir: /app
restart: always
command: npm run dev -- --port 3000
command: sh -c "npm install && npm run dev -- --port 3000"
networks:
- corpus_network
volumes:
Expand All @@ -67,7 +67,7 @@ services:
image: node:18.16.0-alpine
working_dir: /app
restart: always
command: npm run storybook
command: sh -c "npm install && npm run storybook"
networks:
- corpus_network
volumes:
Expand Down

0 comments on commit ae81f93

Please sign in to comment.