1 Star 0 Fork 204

Hirom Qin/LinkWeChat-Front

forked from lw/LinkWeChat-Front 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
xinla 提交于 2024-01-30 16:13 . No commit message
FROM nginx:stable
# 设置工作目录
# WORKDIR /usr/share/nginx/html
# 将nginx配置文件复制到容器中
COPY ./document/nginx.docker.conf /etc/nginx/nginx.conf
# 将静态文件复制到容器中
COPY ./vue3-lw-pc/dist /etc/nginx/html/pc
COPY ./vue3-lw-mobile/dist /etc/nginx/html/m
COPY ./linkwe-mobile/dist /etc/nginx/html/h5
# 暴露端口
EXPOSE 80
# 启动Nginx
CMD ["nginx", "-g", "daemon off;"]
# docker build --platform linux/amd64 -t username/linkwechat-front:dev1 .
# docker login 私有仓库地址 -u 用户名 -p 密码
# docker tag 本地镜像ID 私有仓库地址/镜像名称:标签
# docker push 私有仓库地址/镜像名称:标签
# docker run -p 80:80 -d
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hirom/link-we-chat-front.git
git@gitee.com:hirom/link-we-chat-front.git
hirom
link-we-chat-front
LinkWeChat-Front
master

搜索帮助