1 Star 1 Fork 0

开源参考/datart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
MagicLife 提交于 2021-10-15 18:31 +08:00 . feat: server initial commit
FROM java:8
LABEL "author"="tl"
RUN mkdir /datart
COPY ./bin/* /datart/bin/
COPY ./config/* /datart/config/
COPY ./lib/* /datart/lib/
EXPOSE 58080
WORKDIR /datart
ENTRYPOINT java -cp "lib/*" datart.DatartServerApplication
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open_source_reference/datart.git
git@gitee.com:open_source_reference/datart.git
open_source_reference
datart
datart
master

搜索帮助