修改容器启动流程

This commit is contained in:
whyour
2023-05-04 22:07:39 +08:00
parent 8b8bd279c6
commit 0c28b63ab7
5 changed files with 30 additions and 37 deletions
-1
View File
@@ -1,5 +1,4 @@
import express from 'express';
import { exec } from 'child_process';
import Logger from './loaders/logger';
import config from './config';
import { HealthClient } from './protos/health';