mirror of
https://github.com/fatedier/frp.git
synced 2025-05-14 03:08:26 +00:00
Fix Dockerfiles
This commit is contained in:
parent
cf025d6320
commit
b916f66c84
@ -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