- Build nginx container that serve nginx-gopl-zh
- Build gopl-zh from source and mount
_book
to nginx container - Add daily crontab settings
docker-compose up --build -d
bash make_gopl-zh.sh
scp make_gopl-zh.sh /etc/cron.daily
chmod +x /etc/cron.daily
http://server_name:80
# server_name can be found in nginx/conf.d/gopl.conf