1 Star 0 Fork 68

moondown/thingspanel-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
SlipperyRoad 提交于 2023-06-19 11:15 +08:00 . Update Dockerfile
FROM nginx:latest
RUN rm -rf /etc/nginx/nginx.conf
RUN rm -rf /usr/share/nginx/html/*
#RUN mkdir -p /usr/share/nginx/html/discount-web
COPY dist /usr/share/nginx/html/
COPY visual-editor/dist /usr/share/nginx/visual-editor
COPY nginx.conf /etc/nginx/
EXPOSE 8080
ENTRYPOINT nginx -g "daemon off;"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moondown/thingspanel-vue.git
git@gitee.com:moondown/thingspanel-vue.git
moondown
thingspanel-vue
thingspanel-vue
master

搜索帮助