Dockerfile build failing "/build" No such file or directory #322
Replies: 4 comments
|
It's been a while, so I need time to recollect. Meanwhile, And can you try with docker-compose? (Note you need to uncomment |
|
Hello, the command line I am trying is the following. Be aware that I had to remove some information for privacy purposes.
Trying with docker compose is not possible since I am building on a dedicated jenkins server in my CI/CD pipeline. Best regards and thank you for your time |
|
I currently don't have a docker setup where I can test this out, but can you try changing the first line of the Dockerfile from |
|
Or, as you suggested, the problem could be that the
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am trying to build the dockerfile you provide in this repository but I receive the following error in the "builder" step.
I added the ls -la Step for debugging purposes
Any tips are highly appreciated.
Thanks in advance
All reactions