remove yarn (auto in 12.8.2)

pull/760/head
hunterlong 2020-07-22 13:21:48 -07:00
parent d7f4a3a817
commit a64efee292
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
FROM node:12.18.2-alpine AS frontend FROM node:12.18.2-alpine AS frontend
LABEL maintainer="Hunter Long (https://github.com/hunterlong)" LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ARG BUILDPLATFORM ARG BUILDPLATFORM
RUN npm install yarn -g
WORKDIR /statping WORKDIR /statping
COPY ./frontend/package.json . COPY ./frontend/package.json .
COPY ./frontend/yarn.lock . COPY ./frontend/yarn.lock .