Files
ofvp_Server/dev.js
T
Sirherobrine23 52fe0afd5b Init Service Maneger And More Modifications.
- Add SSH Monitor to Socket.io.
- Update Service Maneger and move old services to new version.
- Update More Files
2021-12-11 20:39:27 -03:00

3 lines
178 B
JavaScript

const { execSync } = require("child_process");
execSync("docker-compose up --build -d", { stdio: "inherit" });
execSync("docker logs --follow ofvp_server", { stdio: "inherit" });