fix image build
This commit is contained in:
@@ -8,6 +8,7 @@ RUN corepack enable
|
|||||||
COPY package.json package-lock.json turbo.json tsconfig.base.json ./
|
COPY package.json package-lock.json turbo.json tsconfig.base.json ./
|
||||||
COPY apps ./apps
|
COPY apps ./apps
|
||||||
COPY packages ./packages
|
COPY packages ./packages
|
||||||
|
COPY config ./config
|
||||||
|
|
||||||
RUN npm ci --no-fund --no-audit
|
RUN npm ci --no-fund --no-audit
|
||||||
|
|
||||||
|
|||||||
@@ -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 package.json package-lock.json turbo.json tsconfig.base.json ./
|
||||||
COPY apps ./apps
|
COPY apps ./apps
|
||||||
COPY packages ./packages
|
COPY packages ./packages
|
||||||
|
COPY config ./config
|
||||||
|
|
||||||
# These URLs are read by Next.js config during `next build`, so the production
|
# 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.
|
# image must bake Docker-network service URLs instead of localhost defaults.
|
||||||
|
|||||||
Reference in New Issue
Block a user