Fix a broken Docker container. It did not get enough stuff copied, and it included main program executed during the build step instead of entry point. This is not trivial in its own right, since to know that this is wrong, you need to be faimilar with the project setup.
Sigiloso
They expected the solution to be COPY . . This is considered a bad practice in many environments, so I lost time thinking it was a trap