Skip to content

Commit 373ea42

Browse files
committed
fix: dockerfile
1 parent efd4b9f commit 373ea42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY package*.json ./
1414
COPY pnpm-lock.yaml* ./
1515

1616
# Install dependencies using pnpm
17-
RUN pnpm install --frozen-lockfile
17+
RUN pnpm install
1818

1919
# Copy the rest of the application code
2020
COPY . .

0 commit comments

Comments
 (0)