mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 17:02:26 +08:00
makefile编译客户端协议、生成服务器配置表 && docker镜像构建
This commit is contained in:
10
docker/gate/Dockerfile
Normal file
10
docker/gate/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
EXPOSE 22222/udp
|
||||
EXPOSE 33333/tcp
|
||||
|
||||
WORKDIR /gate
|
||||
COPY ./bin/gate ./gate
|
||||
RUN chmod +x ./gate
|
||||
|
||||
ENTRYPOINT ["./gate"]
|
||||
Reference in New Issue
Block a user