Update Dockerfile-for-frps

This commit is contained in:
LAi Lin 2024-12-25 15:05:12 +08:00 committed by GitHub
parent 7cdf631e26
commit 43ce94f484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,5 +10,6 @@ FROM alpine:3
RUN apk add --no-cache tzdata
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"]