Skip to content
Snippets Groups Projects

Maj/node

Merged Matthieu BENOIST requested to merge maj/node into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
# Stage 0, based on Node.js, to build and compile Angular
FROM node:14.20.0 as builder
FROM node:14.21.1 as builder
# Copy the package.json file first in order to cache the modules
COPY ./package.json /app/package.json
Loading