🐳 Added copy config files step

This commit is contained in:
2025-02-20 22:13:13 -05:00
parent 40a0edadbb
commit 54ee896e15

View File

@@ -5,6 +5,8 @@ LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
WORKDIR /acquisition-service
# Install dependencies
COPY package.json package-lock.json ./
COPY moleculer.config.ts ./
COPY tsconfig.json ./
# Install application dependencies
RUN npm install