Update Dockerfile-for-frps
This commit is contained in:
parent
7cdf631e26
commit
43ce94f484
@ -10,5 +10,6 @@ FROM alpine:3
|
|||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata
|
||||||
|
|
||||||
COPY --from=building /building/bin/frps /usr/bin/frps
|
COPY --from=building /building/bin/frps /usr/bin/frps
|
||||||
|
COPY frps.toml /etc/frps/
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/frps -c "]
|
ENTRYPOINT ["/usr/bin/frps -c /etc/frps/frps.toml"]
|
||||||
|
Loading…
Reference in New Issue
Block a user