Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN corepack enable && corepack prepare pnpm@11.1.2 --activate
FROM base AS dev-deps
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
# Koreksi di sini
# Correction here
RUN pnpm install --ignore-scripts

FROM base AS prod-deps
Expand Down
Loading