mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
Add action to build and push image to dockerhub&github packages (#1998)
This commit is contained in:
parent
c0e05bb41e
commit
c6aa74a2bb
3 changed files with 123 additions and 0 deletions
7
dockerfiles/Dockerfile-for-frpc
Normal file
7
dockerfiles/Dockerfile-for-frpc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:edge
|
||||
|
||||
RUN apk add --update ca-certificates
|
||||
|
||||
ADD bin/frpc /usr/bin
|
||||
|
||||
ENTRYPOINT ["frpc"]
|
||||
7
dockerfiles/Dockerfile-for-frps
Normal file
7
dockerfiles/Dockerfile-for-frps
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:edge
|
||||
|
||||
RUN apk add --update ca-certificates
|
||||
|
||||
ADD bin/frps /usr/bin
|
||||
|
||||
ENTRYPOINT ["frps"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue