国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
#!/usr/bin/env node | |
import path from "path"; | |
import ts from "typescript"; | |
// | |
// parse tsconfig.json | |
// | |
const configFilePath = ts.findConfigFile( |
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized