1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-19 00:18:05 +00:00
fogtype.com/etc/frp/Dockerfile
2022-12-19 20:39:27 +09:00

4 lines
120 B
Docker

FROM alpine:3.17.0
RUN apk add --no-cache frp
COPY ./frps.ini /etc/frp/frps.ini
CMD ["frps", "-c", "/etc/frp/frps.ini"]