Skip to content

Commit e66f579

Browse files
authored
Merge pull request #175 from Lemoncode/fix/front-cd
update
2 parents 3591816 + 00d1ed6 commit e66f579

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

front/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ COPY packages/db-model/package.json ./packages/db-model/package.json
1313

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

1918
# 3) Now copy the full source code
2019
COPY . .

0 commit comments

Comments
 (0)