【发布时间】:2020-02-17 10:53:26
【问题描述】:
我正在通过 nodeshift 部署 Angular 应用程序,但我正在努力解决运行此常规命令时出现的以下错误 unable to verify the first certificate:
nodeshift --strictSSL=false --dockerImage=bucharestgold/centos7-s2i-web-app --imageTag=10.x --build.env OUTPUT_DIR=dist/angular-web-app。基本上,我的公司配置了代理,所以 npm 工作正常,但我不知道在使用 nodeshift 的过程中是否遗漏了什么。
【问题讨论】:
标签: angular npm deployment openshift