mirror of
https://github.com/fatedier/frp.git
synced 2025-05-13 18:58:26 +00:00
Merge b916f66c8410cb892616dc99992dc6fd9d1f4b7e into 2af2cf7dbd7482906c0d78efb243a47b7670c773
This commit is contained in:
commit
230ee71473
@ -7,6 +7,6 @@ RUN make frpc
|
|||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
COPY --from=building /building/bin/frpc /usr/bin/frpc
|
COPY --from=building /building/frpc /usr/bin/frpc
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/frpc"]
|
ENTRYPOINT ["/usr/bin/frpc"]
|
||||||
|
@ -7,6 +7,6 @@ RUN make frps
|
|||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
COPY --from=building /building/bin/frps /usr/bin/frps
|
COPY --from=building /building/frps /usr/bin/frps
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/frps"]
|
ENTRYPOINT ["/usr/bin/frps"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user