This is a Next.js project bootstrapped with create-next-app. Getting Started pnpm dev 构建 Docker 镜像 docker build -t my-resume . 打包镜像 docker save -o my-resume.image.tar my-resume 服务器使用 docker load -i /path/to/my-resume.image.tar docker run -d -p port:3000 my-resume