Skip to content

Commit a377eb1

Browse files
committed
chore: remove --frozen-lockfile option due to fe-lib dep
1 parent 477ff64 commit a377eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.storybook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77

88
COPY . .
99

10-
RUN pnpm i --frozen-lockfile
10+
RUN pnpm i
1111

1212
RUN pnpm --filter=web build-storybook
1313

Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99

1010
RUN echo `git rev-parse --short HEAD` > health.html
1111

12-
RUN pnpm i --frozen-lockfile
12+
RUN pnpm i
1313
RUN pnpm run build:prod
1414

1515
FROM nginx:stable

0 commit comments

Comments
 (0)