Skip to content

Commit

Permalink
Update storybook docker (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Jan 21, 2025
1 parent 75c1879 commit 6d7b370
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.storybook
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ RUN Xvfb :99 -screen 0 1280x1024x24 2>/dev/null &
WORKDIR /app

# Copy package files for installation
COPY package.json pnpm-lock.yaml ./
COPY packages/keychain/package.json ./packages/keychain/
COPY packages/ui-next/package.json ./packages/ui-next/
COPY . .

# Install dependencies
RUN pnpm install --frozen-lockfile
Expand Down

0 comments on commit 6d7b370

Please sign in to comment.