1 Star 0 Fork 10

liublue/CodeBroker

forked from 龙且/CodeBroker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
crossfitcoder 提交于 5年前 . 增加DockerFile
FROM zerosoft/new_game_world:0.1
MAINTAINER zerosoft
COPY ./CodeBroker/build/libs/ /home/game/server/libs
COPY ./CodeBroker/build/lib/ /home/game/server/lib
COPY ./account_server/build/libs/ /home/game/server/libs
COPY ./account_server/build/lib/ /home/game/server/lib
WORKDIR /home/game/server/libs
RUN pwd
RUN ls
WORKDIR /home/game/server/lib
RUN pwd
RUN ls
#RUN javac TestMain.java
#CMD ["java", "com.kunlun.game.server.TestMain"]
RUN ls
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/Taopper/CodeBroker.git
git@gitee.com:Taopper/CodeBroker.git
Taopper
CodeBroker
CodeBroker
master

搜索帮助