1 Star 0 Fork 66

小凡/Ruoyi-Go

forked from 乐观开发者/Ruoyi-Go 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
乐观开发者 提交于 2024-05-15 21:30 . 细节修改
# 基础镜像
FROM alpine:3.12
# 维护者
MAINTAINER 乐观开发者
# docker build 时执行命令 - 创建目录
RUN mkdir -p "/data/app" \
&& ln -sf /dev/stdout /data/app/service.log
# 工作目录
WORKDIR "/data/app"
# 拷贝
COPY main /data/app/main
# docker run 时执行命令
ENTRYPOINT ["./main"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xiaofan_123/Ruoyi-Go.git
[email protected]:xiaofan_123/Ruoyi-Go.git
xiaofan_123
Ruoyi-Go
Ruoyi-Go
2.X

搜索帮助