源代码 开发所需的软件 与Docker一起运行。 在端口80上安装,运行项目,监视文件 # will need to run a 2nd time on your first install docker-compose up 在没有Docker的情况下运行 # watch files yarn watch # run server yarn serve 获取SSL证书 用ssl运行 docker run \ -dit \ --rm \ -p 80:80 \ -p 443:443 \ -v /root/certs:/root/certs \ luissaybe/seoullatte nginx -c /root/project/docker/nginx-https.conf