Skip to content
Snippets Groups Projects

update node version

Closed Damien DESPRES requested to merge ext.neogeo.ddespres-master-patch-68453 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
# Stage 0, based on Node.js, to build and compile Angular
# Stage 0, based on Node.js, to build and compile Angular
FROM node:12.13-slim
FROM node:14-slim
# Copy the package.json file first in order to cache the modules
# Copy the package.json file first in order to cache the modules
COPY ./package.json /app/package.json
COPY ./package.json /app/package.json
@@ -11,4 +11,4 @@ COPY ./helpers ./helpers
@@ -11,4 +11,4 @@ COPY ./helpers ./helpers
COPY ./routes ./routes
COPY ./routes ./routes
COPY ./index.js .
COPY ./index.js .
CMD [ "npm", "start" ]
CMD [ "npm", "start" ]
\ No newline at end of file
Loading