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
3 changes: 1 addition & 2 deletions front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ COPY packages/db-model/package.json ./packages/db-model/package.json

# 2) Install all dependencies for the monorepo (npm workspaces)
# We need dev deps here because Next build typically requires them.
# --ignore-scripts: skip postinstall (env vars come from the cloud provider)
RUN npm ci --ignore-scripts
RUN npm ci

# 3) Now copy the full source code
COPY . .
Expand Down