Parcourir la source

changement version node 20 dokerfile pour node 14

DESKTOP-SMCIPAV\falko il y a 6 mois
Parent
commit
b6dffa21d5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build/docker/angular-ssr/Dockerfile

+ 2 - 2
build/docker/angular-ssr/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:20-alpine AS builder
+FROM node:14-alpine AS builder
 
 
 WORKDIR /app
 WORKDIR /app
 
 
@@ -8,7 +8,7 @@ RUN npm ci
 COPY angular-client/ ./
 COPY angular-client/ ./
 RUN npm run build:ssr
 RUN npm run build:ssr
 
 
-FROM node:20-alpine AS runner
+FROM node:14-alpine AS runner
 
 
 WORKDIR /app
 WORKDIR /app
 ENV NODE_ENV=production
 ENV NODE_ENV=production