Skip to content

Commit 4692cdc

Browse files
committed
Queue dockerfile fix
1 parent 037463e commit 4692cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/queue/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY packages/utils ./packages/utils
1717
COPY apps/queue ./apps/queue
1818

1919
# Install dependencies and build
20-
RUN pnpm install --frozen-lockfile
20+
RUN pnpm install
2121
RUN pnpm build
2222

2323
# Production image

0 commit comments

Comments
 (0)