我有一个 angular 应用程序,它需要以下步骤:
我通过 dockerfile 自动执行步骤,以上三个步骤都运行良好,但是当运行 dockerfile 时,它会出现缺少“npm postinstall”脚本的错误:
The command '/bin/sh -c npm run postinstall' returned a non-zero code: 1
可能是什么问题?
docker
docker ×1