fix image build

This commit is contained in:
root
2026-06-11 16:55:12 -04:00
parent b5a224dc04
commit b52c6305b5
3 changed files with 2 additions and 0 deletions
View File
+1
View File
@@ -8,6 +8,7 @@ RUN corepack enable
COPY package.json package-lock.json turbo.json tsconfig.base.json ./
COPY apps ./apps
COPY packages ./packages
COPY config ./config
RUN npm ci --no-fund --no-audit
+1
View File
@@ -7,6 +7,7 @@ RUN corepack enable && corepack prepare npm@10.5.0 --activate
COPY package.json package-lock.json turbo.json tsconfig.base.json ./
COPY apps ./apps
COPY packages ./packages
COPY config ./config
# These URLs are read by Next.js config during `next build`, so the production
# image must bake Docker-network service URLs instead of localhost defaults.