mirror of
https://github.com/fatedier/frp.git
synced 2025-01-07 05:51:23 +07: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"] |