mirror of
https://github.com/fatedier/frp.git
synced 2025-05-13 18:58:26 +00:00
Compare commits
2 Commits
f123098f6c
...
230ee71473
Author | SHA1 | Date | |
---|---|---|---|
|
230ee71473 | ||
|
b916f66c84 |
@ -7,6 +7,6 @@ RUN make frpc
|
||||
|
||||
FROM alpine:3
|
||||
|
||||
COPY --from=building /building/bin/frpc /usr/bin/frpc
|
||||
COPY --from=building /building/frpc /usr/bin/frpc
|
||||
|
||||
ENTRYPOINT ["/usr/bin/frpc"]
|
||||
|
@ -7,6 +7,6 @@ RUN make frps
|
||||
|
||||
FROM alpine:3
|
||||
|
||||
COPY --from=building /building/bin/frps /usr/bin/frps
|
||||
COPY --from=building /building/frps /usr/bin/frps
|
||||
|
||||
ENTRYPOINT ["/usr/bin/frps"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user