change node builder

This commit is contained in:
Alberto Xamin 2023-02-10 17:05:40 +00:00
parent 485f4066df
commit 42a85025a3
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -1,5 +1,5 @@
# build Vue frontend # build Vue frontend
FROM node:19-alpine as builder FROM node:18 as builder
COPY ./frontend . COPY ./frontend .
RUN npm install RUN npm install
RUN npm run build RUN npm run build