-
Notifications
You must be signed in to change notification settings - Fork 0
Home
s110b edited this page Sep 12, 2023
·
1 revision
- git clone https://github.com/waschinski/photo-stream.git
- 修改DockerFile文件 启动命令: ENTRYPOINT bundle exec jekyll serve --host 0.0.0.0 --baseurl /xia90 唯一不同的就是 --baseurl /xia90
- docker build -t image:v3 . 制作docker镜像
- docker-compose up -d 启动docker镜像,进入容器,拷贝_site/ 目录下文件到github pages
- 完成。 经验: baseurl 参数配置后不生效,不确定是否bug。