Skip to content

Commit 27e2cc5

Browse files
committed
chore: resolve build errors
1 parent 7ee0200 commit 27e2cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/www/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN npm install -g pnpm
77
COPY pnpm-lock.yaml ./
88
COPY package.json ./
99

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

1212
COPY . .
1313

0 commit comments

Comments
 (0)