1 Star 0 Fork 0

linzhengtian/d2-form-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
sdfvgvsvs 提交于 2023-08-12 10:41 +08:00 . 2023081201 修复登录验证码错误问题
FROM q907305684/d2formvue:1.0
# 运行前需要修改.env.production文件,确定对外服务的IP或者域名,对应端口8082
COPY fronted/.env.production /home/d2Form/fronted
# 校验mysql是否启动的脚本
COPY mysql8/cmd/wait-for-it.sh /wait-for-it.sh
# 构建并初始化程序
RUN /bin/bash /home/d2Form/setup.sh && chmod +x /wait-for-it.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/linzhengtian/d2-form-vue.git
git@gitee.com:linzhengtian/d2-form-vue.git
linzhengtian
d2-form-vue
d2-form-vue
master

搜索帮助