mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
Add action to build and push image to dockerhub&github packages (#1998)
This commit is contained in:
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"]
|
Reference in New Issue
Block a user