File tree Expand file tree Collapse file tree 9 files changed +9
-11
lines changed
Expand file tree Collapse file tree 9 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy package files for dependency installation
9- COPY package*.json tsconfig.json ./
9+ COPY package*.json tsconfig* .json ./
1010
1111# Copy relevant packages
1212COPY libs/types ./libs/types
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy package files for dependency installation
9- COPY package*.json tsconfig.json ./
9+ COPY package*.json tsconfig* .json ./
1010
1111# Copy relevant packages
1212COPY libs/types ./libs/types
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy package files for dependency installation
9- COPY package*.json tsconfig.json ./
9+ COPY package*.json tsconfig* .json ./
1010
1111COPY apps/property-tree ./apps/property-tree
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy package files for dependency installation
9- COPY package*.json tsconfig.json ./
9+ COPY package*.json tsconfig* .json ./
1010
1111# Copy relevant packages
1212COPY libs/types ./libs/types
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy root package files for dependency installation
9- COPY package*.json ./
10- COPY tsconfig.json ./
9+ COPY package*.json tsconfig*.json ./
1110
1211# Copy relevant packages
1312COPY libs/types ./libs/types
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy package files for dependency installation
9- COPY package*.json tsconfig.json ./
9+ COPY package*.json tsconfig* .json ./
1010
1111# Copy relevant packages
1212COPY libs/types ./libs/types
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy package files for dependency installation
9- COPY package*.json tsconfig.json ./
9+ COPY package*.json tsconfig* .json ./
1010
1111# Copy relevant packages
1212COPY libs/types ./libs/types
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ RUN apt-get update -y && apt-get install -y openssl
99WORKDIR /app
1010
1111# Copy root package files for dependency installation
12- COPY package*.json ./
13- COPY tsconfig.json ./
12+ COPY package*.json tsconfig*.json ./
1413
1514# Copy relevant packages
1615COPY libs/types ./libs/types
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:23-slim AS builder
66WORKDIR /app
77
88# Copy package files for dependency installation
9- COPY package*.json tsconfig.json ./
9+ COPY package*.json tsconfig* .json ./
1010
1111# Copy relevant packages
1212COPY libs/types ./libs/types
You can’t perform that action at this time.
0 commit comments