1 Star 0 Fork 47

Admin/forallcn-iotps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 357 Bytes
一键复制 编辑 原始数据 按行查看 历史
eruditeLoong 提交于 2021-12-01 15:23 . 3D数据展示
# 基础镜像
FROM openjdk:8-jre
# author
MAINTAINER zhouwr
# 挂载目录
VOLUME /home/docker/iotps
# 创建目录
RUN mkdir -p /home/docker/iotps
# 指定路径
WORKDIR /home/docker/iotps
EXPOSE 8080
# 复制jar文件到路径
COPY ./jeecg-boot-system-2.2.1.jar /home/docker/iotps/iotps.jar
# 启动网关服务
ENTRYPOINT ["java","-jar","iotps.jar"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/shenzhen_guangrui_459445561/forallcn-iotps.git
git@gitee.com:shenzhen_guangrui_459445561/forallcn-iotps.git
shenzhen_guangrui_459445561
forallcn-iotps
forallcn-iotps
master

搜索帮助