mirror of https://github.com/statping/statping
box
parent
86b1b4be27
commit
e2c6bda6b4
|
@ -2,13 +2,12 @@ FROM hunterlong/statping:base as base
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
|
COPY --from=base /usr/local/bin/sass /usr/local/bin/sass
|
||||||
|
COPY --from=base /go/bin/statping /usr/local/bin/statping
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add curl jq libsass
|
RUN apk --no-cache add curl jq
|
||||||
|
|
||||||
COPY --from=base /usr/local/bin/sass /usr/local/bin/sass
|
|
||||||
COPY --from=base /go/bin/statping /usr/local/bin/statping
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
VOLUME /app
|
VOLUME /app
|
||||||
|
|
Loading…
Reference in New Issue