300 Star 2.3K Fork 869

GVPrunning-elephant / datart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 341 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
MagicLife 提交于 2022-07-13 17:15 . fix: update default config
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 8080
WORKDIR /datart
ENTRYPOINT java -server -Xms2G -Xmx2G -Dspring.profiles.active=config -Dfile.encoding=UTF-8 -cp "lib/*" datart.DatartServerApplication
TypeScript
1
https://gitee.com/running-elephant/datart.git
git@gitee.com:running-elephant/datart.git
running-elephant
datart
datart
master

搜索帮助

14c37bed 8189591 565d56ea 8189591