#!/bin/bash ## 编译镜像 docker build -t duckapi . ## 启动镜像 docker run -d -p 7860:7860 --name tillduck --restart=always duckapi