Docker Error - “jq: error: Cannot iterate over null”

前端 未结 4 1583
别跟我提以往
别跟我提以往 2020-12-15 16:47

So I\'m trying to deploy a dockerfile on Elastic Beanstalk, but I can\'t get past this error - \"jq: error: Cannot iterate over null\".

Successfully built [         


        
4条回答
  •  攒了一身酷
    2020-12-15 17:04

    In my case issue was caused by ADD in Dockerfile instead of COPY instruction. Changing it fixed the issue.

提交回复
热议问题