diff --git a/Dockerfile b/Dockerfile index fa47374..1756c84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build Vue frontend -FROM node:lts-alpine as builder +FROM node:16-alpine as builder COPY ./frontend . RUN npm install RUN npm run build