From 193fffeb8d1db4af39bd482da90d5eeb973e2453 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 21 Feb 2025 12:32:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20added=20base=20tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 658dcba..7927a9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /acquisition-service # Install dependencies COPY package.json package-lock.json ./ COPY moleculer.config.ts ./ +COPY tsconfig.json ./ COPY tsconfig.build.json ./ # Install application dependencies