7 Star 158 Fork 51

空無一悟 / spring-boot-online-exam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 151 Bytes
一键复制 编辑 原始数据 按行查看 历史
空無一悟 提交于 2021-11-16 03:24 . 完善镜像构建
FROM waterknife/centos-nginx-jdk8-mysql
WORKDIR /lsg/
COPY backend/target/*.jar ./app.jar
COPY entrypoint.sh ./
RUN chmod 777 entrypoint.sh
EXPOSE 9527
Java
1
https://gitee.com/lsgwr/spring-boot-online-exam.git
git@gitee.com:lsgwr/spring-boot-online-exam.git
lsgwr
spring-boot-online-exam
spring-boot-online-exam
master

搜索帮助