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