frp/dockerfiles/Dockerfile-for-frps

10 lines
142 B
Plaintext
Raw Normal View History

2020-09-23 14:54:40 +08:00
FROM alpine:3.12.0
RUN apk add --update ca-certificates
2020-09-23 14:54:40 +08:00
ADD bin/frps /usr/bin
2020-09-23 14:54:40 +08:00
RUN chmod -R 777 /usr/bin/frps
ENTRYPOINT ["/usr/bin/frps"]