1 Star 0 Fork 813

secosun/PowerJob

forked from 假诗人/PowerJob 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunxke 提交于 2024-10-27 04:29 . debug Powerjob
FROM ccr.ccs.tencentyun.com/allcaninstall/openjdk:8-jdk
EXPOSE 7700 10086
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN cp /etc/apt/sources.list /etc/apt/sources.list.bak
RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && \
sed -i 's/security.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list
# 安装必要的软件包
RUN apt-get update && apt-get install -y maven
# 清理缓存以减小镜像大小
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN mkdir /usr/src/app
WORKDIR /usr/src/app
COPY ./settings.xml /usr/share/maven/conf/settings.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/secosun/PowerJob.git
git@gitee.com:secosun/PowerJob.git
secosun
PowerJob
PowerJob
master

搜索帮助