🔧 Fixed the incorrect tsconfig filename
This commit is contained in:
@@ -6,10 +6,7 @@ WORKDIR /acquisition-service
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
COPY moleculer.config.ts ./
|
COPY moleculer.config.ts ./
|
||||||
COPY tsconfig.json ./
|
COPY tsconfig.build.json ./
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
|
||||||
bash
|
|
||||||
|
|
||||||
# Install application dependencies
|
# Install application dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user