diff --git a/Dockerfile-frontend-ui b/Dockerfile-frontend-ui index 7ed18f53..2009e459 100644 --- a/Dockerfile-frontend-ui +++ b/Dockerfile-frontend-ui @@ -1,9 +1,7 @@ -FROM node:19-alpine3.15 as nodebuild +FROM node:19-alpine as nodebuild WORKDIR /ui -RUN apk --no-cache add python2 build-base - COPY frontend/ui/ . RUN npm install --network-timeout=100000 && \