diff --git a/Dockerfile b/Dockerfile index 05bc2f5..4834692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ LABEL maintainer="Rishi Ghan " WORKDIR /acquisition-service # Install dependencies COPY package.json package-lock.json ./ +COPY moleculer.config.ts ./ +COPY tsconfig.json ./ # Install application dependencies RUN npm install