fatedier
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
0 deletions
-
dockerfiles/Dockerfile-for-frpc
-
dockerfiles/Dockerfile-for-frps
|
|
@ -7,6 +7,8 @@ RUN make frpc |
|
|
|
|
|
|
|
FROM alpine:3 |
|
|
|
|
|
|
|
RUN apk add --no-cache tzdata |
|
|
|
|
|
|
|
COPY --from=building /building/bin/frpc /usr/bin/frpc |
|
|
|
|
|
|
|
ENTRYPOINT ["/usr/bin/frpc"] |
|
|
@ -7,6 +7,8 @@ RUN make frps |
|
|
|
|
|
|
|
FROM alpine:3 |
|
|
|
|
|
|
|
RUN apk add --no-cache tzdata |
|
|
|
|
|
|
|
COPY --from=building /building/bin/frps /usr/bin/frps |
|
|
|
|
|
|
|
ENTRYPOINT ["/usr/bin/frps"] |