mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
7 lines
175 B
Docker
7 lines
175 B
Docker
FROM golang:latest
|
|
MAINTAINER xtaci <daniel820313@gmail.com>
|
|
RUN go get github.com/xtaci/kcptun/client
|
|
RUN go get github.com/xtaci/kcptun/server
|
|
EXPOSE 29900/udp
|
|
EXPOSE 12948
|