Adding tsc dependencies
All checks were successful
gds-mock-mcp Docker Build / build (push) Successful in 20m20s
All checks were successful
gds-mock-mcp Docker Build / build (push) Successful in 20m20s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user