1 Star 0 Fork 975

bemy/datart

forked from running-elephant/datart 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
rickqi 提交于 2021-11-05 16:08 . 1.增加上海时区
FROM java:8
LABEL "author"="tl"
RUN mkdir /datart
COPY ./bin/* /datart/bin/
COPY ./config/* /datart/config/
COPY ./lib/* /datart/lib/
COPY static /datart/static
ENV TZ=Asia/Shanghai
EXPOSE 58080
WORKDIR /datart
ENTRYPOINT java -cp "lib/*" datart.DatartServerApplication
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/bemy/datart.git
git@gitee.com:bemy/datart.git
bemy
datart
datart
master

搜索帮助