2 Star 10 Fork 7

Sam/iotgateway-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
frontend_dockerfile 214 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sam 提交于 2022-04-19 08:45 . ini
# web
FROM nginx
# 时区
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
RUN echo '$TZ' > /etc/timezone
# 复制配置文件
COPY ./DockerBuild/default.conf /etc/nginx/conf.d/default.conf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/iioter/iotgateway-docs.git
git@gitee.com:iioter/iotgateway-docs.git
iioter
iotgateway-docs
iotgateway-docs
main

搜索帮助