🐳 Added copy config files step
This commit is contained in:
@@ -5,6 +5,8 @@ LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
|
|||||||
WORKDIR /acquisition-service
|
WORKDIR /acquisition-service
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
COPY moleculer.config.ts ./
|
||||||
|
COPY tsconfig.json ./
|
||||||
|
|
||||||
# Install application dependencies
|
# Install application dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user