1 Star 1 Fork 2

前端研究院/guiug-h5-activity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 238 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiumubai 提交于 2023-05-05 16:38 . feat: init
FROM nginx
# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面
COPY dist/ /usr/share/nginx/html/dist/
# 用本地的 nginx.conf 配置来替换nginx镜像里的默认配置
COPY nginx.conf /etc/nginx/nginx.conf
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guigu-fe/guiug-h5-activity.git
git@gitee.com:guigu-fe/guiug-h5-activity.git
guigu-fe
guiug-h5-activity
guiug-h5-activity
master

搜索帮助