UNPKG

@aivec/wp-docker-dev-factory

Version:

Spin up local WordPress environments with Docker.

9 lines (8 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.load = void 0; var utils_1 = require("../utils"); var load = function (imagePath) { return (0, utils_1.execp)("docker load -i ".concat(imagePath)); }; exports.load = load;