Fix breakages with docker build

closes #334 potentially fixes #205
This commit is contained in:
Matthias 2021-05-02 19:35:08 +02:00
parent af2825738d
commit cd91841870
2 changed files with 958 additions and 872 deletions

View File

@ -9,7 +9,9 @@ WORKDIR /app
COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock
RUN yarn
RUN apk add --update --no-cache python3 g++ make\
&& yarn \
&& apk del python3 g++ make
RUN yarn global add @vue/cli

1826
yarn.lock

File diff suppressed because it is too large Load Diff