mirror of https://github.com/statping/statping
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
![]() |
FROM scratch
|
||
|
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
||
|
WORKDIR /app
|
||
|
ADD sass /usr/local/bin/
|
||
|
ADD ./build/alpine-linux-amd64 /usr/local/bin/statup
|