mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
FROM alpine:edge
|
|
|
|
RUN apk add --update ca-certificates
|
|
|
|
ADD bin/frps /usr/bin
|
|
|
|
ENTRYPOINT ["frps"] |