diff --git a/Dockerfile.production b/Dockerfile.production index 0855297..3003497 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,5 +1,5 @@ # Build the needed css files in an intermediate container -FROM node:14-buster AS static_web_assets_build +FROM node:17-buster AS static_web_assets_build WORKDIR /var/www/mat2-web COPY . /var/www/mat2-web RUN npm install \