From ae81f93118351e41a11fb45d56f121504b54fdf3 Mon Sep 17 00:00:00 2001 From: Anirudh Prabhakaran Date: Sat, 29 Jul 2023 15:14:17 +0530 Subject: [PATCH] Fixed some issues with storybook --- dev-docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docker-compose.yml b/dev-docker-compose.yml index 2f6516c1..2c3a6633 100644 --- a/dev-docker-compose.yml +++ b/dev-docker-compose.yml @@ -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: @@ -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: