We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd4b9f commit 373ea42Copy full SHA for 373ea42
frontend/Dockerfile
@@ -14,7 +14,7 @@ COPY package*.json ./
14
COPY pnpm-lock.yaml* ./
15
16
# Install dependencies using pnpm
17
-RUN pnpm install --frozen-lockfile
+RUN pnpm install
18
19
# Copy the rest of the application code
20
COPY . .
0 commit comments