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
|
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 .
|
||||||
|
|
Loading…
Reference in New Issue