Skip to content

Commit 524a68a

Browse files
committed
remove frozen from dockerfile
1 parent 024fdd2 commit 524a68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /app
1212
COPY package.json pnpm-lock.yaml ./
1313

1414
# Install dependencies
15-
RUN pnpm install --frozen-lockfile
15+
RUN pnpm install
1616

1717
# Copy the entire project
1818
COPY . .

0 commit comments

Comments
 (0)