diff --git a/front/Dockerfile b/front/Dockerfile index 18ef8ac..bfa7647 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.20.0-alpine as builder +FROM node:20.19.0-alpine as builder ARG ENV=prod WORKDIR /usr/src/app COPY . .