mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
Initial Docker support
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM golang:1.6
|
||||
|
||||
RUN go get github.com/tools/godep
|
||||
COPY . /go/src/github.com/fatedier/frp
|
||||
RUN cd /go/src/github.com/fatedier/frp \
|
||||
&& make \
|
||||
&& mv bin/frpc bin/frps /usr/local/bin \
|
||||
&& mv conf/*.ini /
|
||||
WORKDIR /
|
||||
ENTRYPOINT ["frps"]
|
||||
EXPOSE 6000 7000 7500
|
Reference in New Issue
Block a user