diff --git a/Dockerfile b/Dockerfile index 6b3043f..387b5c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build front-end -FROM node:lts-alpine AS web_image +FROM node AS web_image RUN npm install pnpm -g