Adding tsc dependencies
All checks were successful
gds-mock-mcp Docker Build / build (push) Successful in 20m20s

This commit is contained in:
2026-04-12 01:38:31 -05:00
parent 3c1a877e3c
commit 9bf9650868

View File

@@ -5,6 +5,8 @@ WORKDIR /app
# Copy package files # Copy package files
COPY package*.json ./ COPY package*.json ./
COPY tsconfig.json ./
COPY ./src ./src
# Install dependencies and build dist # Install dependencies and build dist
RUN npm ci RUN npm ci