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