Reference: page 81 paragraph 2, line 10 in the configuration of the automated builds steps (step 3).
The indicated path in this edition for the build context is: "./chapter02/dockerfile-example/".
This will cause the build to fail with the message:
Dockerfile not found at ./chapter02/dockerfile-example/./chapter02/dockerfile-example/
To succeed I did the following:
- I set the Dockerfile location to: /chapter02/dockerfile-example/Dockerfile
- left the build context empty.


Reference: page 81 paragraph 2, line 10 in the configuration of the automated builds steps (step 3).
The indicated path in this edition for the build context is: "./chapter02/dockerfile-example/".
This will cause the build to fail with the message:
Dockerfile not found at ./chapter02/dockerfile-example/./chapter02/dockerfile-example/
To succeed I did the following: