up
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-11 11:13:45 +03:30
parent d8d8814cf5
commit 7779ded05a
3 changed files with 3 additions and 4 deletions
+3 -1
View File
@@ -10,11 +10,13 @@ ENV NPM_CONFIG_REGISTRY=https://registry.npmmirror.com
FROM base AS deps
WORKDIR /temp-deps
COPY package*.json package-lock.json ./
RUN npm ci --loglevel info
ENV NODE_ENV=development
RUN npm ci --include=dev --loglevel info
FROM base AS builder
WORKDIR /build
ENV NODE_ENV=development
COPY . ./
COPY --from=deps /temp-deps/node_modules ./node_modules
RUN if [ -f package.json ] && grep -q '"build":' package.json; then npm run build; fi
-2
View File
@@ -25,7 +25,6 @@
"@nestjs/axios": "^4.0.0",
"@nestjs/bullmq": "^11.0.2",
"@nestjs/cache-manager": "^3.0.1",
"@nestjs/cli": "^11.0.7",
"@nestjs/common": "^11.1.3",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.3",
@@ -18558,7 +18557,6 @@
"resolved": "https://registry.npmmirror.com/pg/-/pg-8.20.0.tgz",
"integrity": "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==",
"license": "MIT",
"peer": true,
"dependencies": {
"pg-connection-string": "^2.12.0",
"pg-pool": "^3.13.0",
-1
View File
@@ -46,7 +46,6 @@
"@nestjs/axios": "^4.0.0",
"@nestjs/bullmq": "^11.0.2",
"@nestjs/cache-manager": "^3.0.1",
"@nestjs/cli": "^11.0.7",
"@nestjs/common": "^11.1.3",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.3",