mirror of
https://github.com/fatedier/frp.git
synced 2024-12-12 17:50:51 +01: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"]
|