build: Update Dockerfile: remove Vue deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-01-19 00:12:16 +01:00
parent 9fcb779b63
commit ff7ecb96bc
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ FROM node:19-alpine as nodebuild
WORKDIR /go/src/git.happydns.org/happydomain
RUN apk --no-cache add python2 build-base
COPY ui/ ui/
RUN yarn config set network-timeout 100000 && \