build: remove yarn lock (#131)

This commit is contained in:
Ludvig Lundgren 2022-02-09 19:26:15 +01:00 committed by GitHub
parent bdbdab1f18
commit c25ba31a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9232 deletions

View file

@ -1,8 +1,8 @@
# build web
FROM node:16-alpine AS web-builder
WORKDIR /web
COPY web/package.json web/yarn.lock ./
RUN yarn install --frozen-lockfile
COPY web/package.json ./
RUN yarn install
COPY web .
RUN yarn build

File diff suppressed because it is too large Load diff