餐厅服务器蒸气
在客户端测试
准备临时Docker容器
docker run -p 8090:8090 -it --name Restaurant -w/Restaurant swift bash
git clone https://github.com/dbystruev/Restaurant-Server-Vapor.git .
apt update && apt -y upgrade
apt -y install libssl-dev zlib1g-dev
swift build -c r