Compare commits

...

3 Commits

Author SHA1 Message Date
David Hume
add05d1a4d
Merge b916f66c8410cb892616dc99992dc6fd9d1f4b7e into b3946489dd115a7c2a5e413d6630b2867b7184f7 2024-02-27 22:24:11 +08:00
fatedier
b3946489dd
add new badges (#4028) 2024-02-27 17:43:37 +08:00
Xeno
b916f66c84 Fix Dockerfiles 2024-02-06 23:51:00 -06:00
4 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,8 @@
[![Build Status](https://circleci.com/gh/fatedier/frp.svg?style=shield)](https://circleci.com/gh/fatedier/frp)
[![GitHub release](https://img.shields.io/github/tag/fatedier/frp.svg?label=release)](https://github.com/fatedier/frp/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/fatedier/frp)](https://goreportcard.com/report/github.com/fatedier/frp)
[![GitHub Releases Stats](https://img.shields.io/github/downloads/fatedier/frp/total.svg?logo=github)](https://somsubhra.github.io/github-release-stats/?username=fatedier&repository=frp)
[README](README.md) | [中文文档](README_zh.md)

View File

@ -2,6 +2,8 @@
[![Build Status](https://circleci.com/gh/fatedier/frp.svg?style=shield)](https://circleci.com/gh/fatedier/frp)
[![GitHub release](https://img.shields.io/github/tag/fatedier/frp.svg?label=release)](https://github.com/fatedier/frp/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/fatedier/frp)](https://goreportcard.com/report/github.com/fatedier/frp)
[![GitHub Releases Stats](https://img.shields.io/github/downloads/fatedier/frp/total.svg?logo=github)](https://somsubhra.github.io/github-release-stats/?username=fatedier&repository=frp)
[README](README.md) | [中文文档](README_zh.md)

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