Failed To Resolve With FrontEnd DockerFIle.v0

后端 未结 9 2157
春和景丽
春和景丽 2021-01-17 10:49

I was trying to build my Docker image for my Gatsby Application. Whenever I run the command docker build . -t gatsbyapp, it gives me an error:

f         


        
9条回答
  •  时光说笑
    2021-01-17 11:18

    In my case, I had an extra space after "." in context option

    docker build -t myapp .[EXTRA_SPACE_HERE]
    

提交回复
热议问题