Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 327 Bytes

File metadata and controls

27 lines (17 loc) · 327 Bytes

XDocker

this is the base packages for builing X Systems, like PowerX and BrainX projects

依赖工具

使用 dotenv,加载环境变量

需要使用 dotenv 来加载环境变量

  • mac
brew install dotenv
  • linux
sudo apt-get install dotenv
  • windows
choco install dotenv