1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-19 08:28:10 +00:00
fogtype.com/etc/frp/Dockerfile

5 lines
120 B
Text
Raw Normal View History

2022-12-19 20:39:27 +09:00
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"]