Skip to content

Commit 6d7b370

Browse files
authored
Update storybook docker (#1311)
1 parent 75c1879 commit 6d7b370

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile.storybook

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ RUN Xvfb :99 -screen 0 1280x1024x24 2>/dev/null &
3030
WORKDIR /app
3131

3232
# Copy package files for installation
33-
COPY package.json pnpm-lock.yaml ./
34-
COPY packages/keychain/package.json ./packages/keychain/
35-
COPY packages/ui-next/package.json ./packages/ui-next/
33+
COPY . .
3634

3735
# Install dependencies
3836
RUN pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)