Closed vincetse closed 6 years ago
The existing dockerfile references to the incorrect location (in .docker) for the makefile which appears to have been moved to the project root directory. This PR fixes that so that the Docker Compose instructions work correctly.
.docker
[Sorry for the delay in responding!]
Makefile has never been in .docker, so I'm a bit surprised that the path is specified as is. But your fix is clearly correct, so thanks :-)
Makefile
👍
The existing dockerfile references to the incorrect location (in
.docker
) for the makefile which appears to have been moved to the project root directory. This PR fixes that so that the Docker Compose instructions work correctly.