您的位置:首页 > 文旅 > 旅游 > 广州广告公司前100名排行_工作组赴福建莆田_优化网站排名方法_肇庆seo按天计费

广州广告公司前100名排行_工作组赴福建莆田_优化网站排名方法_肇庆seo按天计费

2024/12/23 9:49:48 来源:https://blog.csdn.net/sj1163739403/article/details/144445097  浏览:    关键词:广州广告公司前100名排行_工作组赴福建莆田_优化网站排名方法_肇庆seo按天计费
广州广告公司前100名排行_工作组赴福建莆田_优化网站排名方法_肇庆seo按天计费

https://github.com/slatedocs/slate/wiki/Using-Slate-in-Docker
这里是通过docker构建静态网站的命令
先构建一个本地镜像
docker build -t slate-docs .
构建报错

27.55 ERROR:  Error installing bundler:
27.55 	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
27.55 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.6.10.210.

Dockerfile把bundler版本改成2.4.22

FROM ruby:2.6-slimWORKDIR /srv/slateVOLUME /srv/slate/source
EXPOSE 4567COPY . /srv/slateRUN apt-get update \&& apt-get install -y --no-install-recommends \build-essential \nodejs \&& gem install bundler -v 2.4.22\&& bundle install \&& apt-get remove -y build-essential \&& apt-get autoremove -y \&& rm -rf /var/lib/apt/lists/*CMD ["bundle", "exec", "middleman", "server", "--watcher-force-polling"]

重新build镜像
docker build -t slate-docs .
将容器构建好的目录映射到当前build目录下
docker run --rm -v $(pwd)
:/srv/slate slate-docs bundle exec middleman build

最终推送,这里是预先配置好了git仓库,脚本读取当前git配置
./deploy.sh --push-only
需要安装bundle命令

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com