diff --git a/src/Vegasco-Web/Dockerfile b/src/Vegasco-Web/Dockerfile index 7a66bc5..5ee1157 100644 --- a/src/Vegasco-Web/Dockerfile +++ b/src/Vegasco-Web/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts AS build +FROM node:latest AS build RUN npm install -g pnpm ARG CONFIGURATION=development WORKDIR /usr/local/app