Compare commits

...

3 Commits

Author SHA1 Message Date
David Hume
4c059ac69c
Merge b916f66c8410cb892616dc99992dc6fd9d1f4b7e into 49443cb2c67d1dd3443120cc8127952360d07087 2024-03-07 15:24:22 +08:00
fatedier
49443cb2c6
update sponsor (#4045)
* update sponsors
2024-03-07 14:45:55 +08:00
Xeno
b916f66c84 Fix Dockerfiles 2024-02-06 23:51:00 -06:00
5 changed files with 10 additions and 2 deletions

View File

@ -13,6 +13,10 @@
<a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=frp&utm_source=github" target="_blank">
<img width="350px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_workos.png">
</a>
<a>&nbsp</a>
<a href="https://github.com/daytonaio/daytona" target="_blank">
<img width="360px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_daytona.png">
</a>
</p>
<!--gold sponsors end-->

View File

@ -15,6 +15,10 @@ frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP
<a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=frp&utm_source=github" target="_blank">
<img width="350px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_workos.png">
</a>
<a>&nbsp</a>
<a href="https://github.com/daytonaio/daytona" target="_blank">
<img width="360px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_daytona.png">
</a>
</p>
<!--gold sponsors end-->

BIN
doc/pic/sponsor_daytona.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -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"]

View File

@ -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"]