frp/dockerfiles/Dockerfile-for-frps

7 lines
99 B
Plaintext
Raw Normal View History

FROM alpine:edge
RUN apk add --update ca-certificates
ADD bin/frps /usr/bin
ENTRYPOINT ["frps"]