Skip to content

Commit a0df99f

Browse files
authored
!
1 parent b67aa03 commit a0df99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event-demo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /app
1111
COPY package*.json ./
1212

1313
# Install dependencies
14-
RUN pnpm ci
14+
RUN pnpm install --frozen-lockfile
1515

1616
# Copy the rest of the application code to the working directory
1717
COPY . .

0 commit comments

Comments
 (0)