3 Star 29 Fork 6

pojol/gobot

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
pojol 提交于 2023-05-02 20:05 +08:00 . feat : 消除一些调试日志
FROM nginx:1.21.3
COPY ./dist/ /usr/share/nginx/html/
RUN ls -la /usr/share/nginx/html/*
COPY ./public/nginx_default.conf /etc/nginx/conf.d/default.conf
WORKDIR /home
EXPOSE 7777
CMD ["nginx","-g","daemon off;"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/pojol/gobot.git
git@gitee.com:pojol/gobot.git
pojol
gobot
gobot
develop

搜索帮助