mirror of https://github.com/statping/statping
remove yarn (auto in 12.8.2)
parent
d7f4a3a817
commit
a64efee292
|
@ -1,7 +1,6 @@
|
|||
FROM node:12.18.2-alpine AS frontend
|
||||
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||
ARG BUILDPLATFORM
|
||||
RUN npm install yarn -g
|
||||
WORKDIR /statping
|
||||
COPY ./frontend/package.json .
|
||||
COPY ./frontend/yarn.lock .
|
||||
|
|
Loading…
Reference in New Issue