🔧 Fixed the incorrect tsconfig filename

This commit is contained in:
2025-02-21 11:11:09 -05:00
parent 2399431fde
commit fa3e8ebcfe

View File

@@ -6,10 +6,7 @@ WORKDIR /acquisition-service
# Install dependencies
COPY package.json package-lock.json ./
COPY moleculer.config.ts ./
COPY tsconfig.json ./
RUN apt-get update && apt-get install -y \
bash
COPY tsconfig.build.json ./
# Install application dependencies
RUN npm install