Failed To Resolve With FrontEnd DockerFIle.v0

后端 未结 9 2284
春和景丽
春和景丽 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:12

    I had the same issue and all I had to do was to capitalize the docker configuration filename

    dockerfile > didn't work

    Dockerfile > did work

提交回复
热议问题