We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67aa03 commit a0df99fCopy full SHA for a0df99f
event-demo/Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /app
11
COPY package*.json ./
12
13
# Install dependencies
14
-RUN pnpm ci
+RUN pnpm install --frozen-lockfile
15
16
# Copy the rest of the application code to the working directory
17
COPY . .
0 commit comments