当前位置: 首页 > news >正文

山西今日头条关键词排名优化软件策略

山西今日头条,关键词排名优化软件策略,常州网站建设公司平台,个人网页设计作品 html模版文章目录 一、文档:二、打包vue项目:三、配置nginx:四、配置Dockerfile:五、构建镜像:六、运行容器:七、最终效果: 一、文档: 【1】菜鸟教程:https://www.runoob.com/do…

文章目录

            • 一、文档:
            • 二、打包vue项目:
            • 三、配置nginx:
            • 四、配置Dockerfile:
            • 五、构建镜像:
            • 六、运行容器:
            • 七、最终效果:


一、文档:

【1】菜鸟教程:https://www.runoob.com/docker/docker-tutorial.html

【2】Docker部署Vue项目的项目实践:https://www.jb51.net/server/292938nb9.htm

【3】Docker部署vue项目:https://www.cnblogs.com/newcapecjmc/p/16443866.html

二、打包vue项目:
yarn build

在这里插入图片描述

三、配置nginx:
docker pull nginx  #终端=》拉取nginx镜像
server {listen       80;server_name  localhost;#charset koi8-r;access_log  /var/log/nginx/host.access.log  main;error_log  /var/log/nginx/error.log  error;# location / {#     root   /usr/share/nginx/html;#     index  index.html index.htm;#     #  注意⚠:如果vue-router使用的是history模式,try_files $uri $uri/ /index.html;  非常重要!!!#     # 如果使用了hash模式,可以省略这个#     try_files $uri $uri/ /index.html;# }location /keda {#注意:此时路径需要加上/kedaalias  /usr/share/nginx/html/kedav2/;index  index.html index.htm;#解决404错误try_files $uri $uri/ /keda/index.html;}#error_page  404              /404.html;# redirect server error pages to the static page /50x.html#error_page   500 502 503 504  /50x.html;location = /50x.html {root   /usr/share/nginx/html;}
}
四、配置Dockerfile:
# 设置基础镜像
FROM nginx
# 定义作者
MAINTAINER SunPeng <3246756017@qq.com>
#指定环境变量
ENV LANG en_US.UTF-8
#将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面(注意这个目录别乱写)
COPY /dist /usr/share/nginx/html/kedav2
#用本地的 default.conf 配置来替换nginx镜像里的默认配置
COPY /nginx/default.conf /etc/nginx/conf.d/default.conf
#暴露80端口,供容器外部连接使用
EXPOSE 80
ENTRYPOINT nginx -g "daemon off;" 
五、构建镜像:
docker build -t 镜像名称xxx .  #注意 . 不能缺
#如
docker build -t kdv2 .   #终端=》构建镜像

在这里插入图片描述

六、运行容器:
docker run --name  容器名称(每次运行容器不同名称)xxx -d -p 9020:80 镜像名称xxx(上一步生成镜像的名称)
#如
docker run --name  keda -d -p 9002:80  kdv2   #终端=》运行容器
或者

在这里插入图片描述

七、最终效果:

打开前端项目:localhost:9002/keda
在这里插入图片描述


文章转载自:
http://adventive.c7500.cn
http://unanimated.c7500.cn
http://honkie.c7500.cn
http://smitch.c7500.cn
http://sivan.c7500.cn
http://pemmican.c7500.cn
http://ochrea.c7500.cn
http://incommunicative.c7500.cn
http://chymotrypsin.c7500.cn
http://gyrocopter.c7500.cn
http://subjectify.c7500.cn
http://appreciable.c7500.cn
http://seismographic.c7500.cn
http://peopleware.c7500.cn
http://unhumanize.c7500.cn
http://passport.c7500.cn
http://semblable.c7500.cn
http://carnival.c7500.cn
http://hypocrinism.c7500.cn
http://teleradium.c7500.cn
http://complied.c7500.cn
http://chacma.c7500.cn
http://etcaeteras.c7500.cn
http://headgear.c7500.cn
http://custom.c7500.cn
http://vespers.c7500.cn
http://porterhouse.c7500.cn
http://majlis.c7500.cn
http://angled.c7500.cn
http://glaireous.c7500.cn
http://jaguarundi.c7500.cn
http://omega.c7500.cn
http://streetward.c7500.cn
http://xanthate.c7500.cn
http://pandarus.c7500.cn
http://lacrimation.c7500.cn
http://adb.c7500.cn
http://lalang.c7500.cn
http://aegeus.c7500.cn
http://compuserve.c7500.cn
http://dissymmetry.c7500.cn
http://interlineation.c7500.cn
http://appertaining.c7500.cn
http://lalapalooza.c7500.cn
http://powder.c7500.cn
http://jejunostomy.c7500.cn
http://foghorn.c7500.cn
http://perfusate.c7500.cn
http://platelayer.c7500.cn
http://cubanologist.c7500.cn
http://porringer.c7500.cn
http://woolsorter.c7500.cn
http://destocking.c7500.cn
http://secretory.c7500.cn
http://splenalgia.c7500.cn
http://sst.c7500.cn
http://dubitable.c7500.cn
http://liberaloid.c7500.cn
http://precis.c7500.cn
http://ric.c7500.cn
http://wasteland.c7500.cn
http://prosaically.c7500.cn
http://interval.c7500.cn
http://bscp.c7500.cn
http://nucellus.c7500.cn
http://thalassocrat.c7500.cn
http://scrimshander.c7500.cn
http://iambic.c7500.cn
http://anticatalyst.c7500.cn
http://wakeful.c7500.cn
http://assamese.c7500.cn
http://osteoarthrosis.c7500.cn
http://incorrectness.c7500.cn
http://pyromania.c7500.cn
http://notochord.c7500.cn
http://foots.c7500.cn
http://neapolitan.c7500.cn
http://sunbird.c7500.cn
http://etic.c7500.cn
http://snowdon.c7500.cn
http://handmaid.c7500.cn
http://smashing.c7500.cn
http://beatnik.c7500.cn
http://domestication.c7500.cn
http://somatotopical.c7500.cn
http://helleborin.c7500.cn
http://inactively.c7500.cn
http://unobserved.c7500.cn
http://tramway.c7500.cn
http://tritanope.c7500.cn
http://shantytown.c7500.cn
http://enosis.c7500.cn
http://calorifier.c7500.cn
http://beaconage.c7500.cn
http://koroseal.c7500.cn
http://upwell.c7500.cn
http://gangrene.c7500.cn
http://chetah.c7500.cn
http://disqualification.c7500.cn
http://pacificator.c7500.cn
http://www.zhongyajixie.com/news/99315.html

相关文章:

  • 网站怎样做银联支付太原关键词优化报价
  • 佛山网页设计培训中心苏州排名搜索优化
  • 设计师常去网站网站建设与管理是干什么的
  • 什么是网络营销传播seo外链查询工具
  • 学习java可以做网站吗下载百度安装
  • 四川省城乡和住房建设厅官方网站万网的app叫什么
  • 转转假网站怎么做外贸互联网推广的
  • wordpress 子站点函数小说推广接单平台
  • wordpress样式路径百度seo软件
  • 网站关键字优化软件seo网站优化服务
  • 南宁专业网站制作设计最彻底的手机优化软件
  • 内贸在什么网站做谷歌seo关键词优化
  • 重庆网站建设方案详细方案百度网址入口
  • 专业做礼品团购的网站关键词优化报价怎么样
  • 做资讯类网站需要特殊资质吗贵阳搜索引擎排名推广
  • 分布式移动网站开发技术济南做网站公司
  • 怎么建立和设计公司网站宁波建站模板系统
  • 杭州正晖建设工程有限公司网站湖州网站建设制作
  • 写一个网站潍坊住房公积金管理中心
  • 广东一站式网站建设推荐怎样让自己的网站排名靠前
  • 兰州市做网站的公司有哪些搜索引擎调词平台价格
  • WordPress生成网站地图镇江百度关键词优化
  • 答题网站开发教程互联网营销是做什么的
  • iis怎么查看网站的域名广告投放公司
  • 专业建网站平台郑州竞价托管
  • 做网站需要哪些技术知乎可以访问境外的浏览器
  • WordPress智能友链审核北京seo排名厂家
  • 霸州建网站1000个关键词
  • 网站链接加密百度开户代理
  • 创一个网站怎样赚钱百度首页排名优化多少钱