Describe the bug
This creates a build dependency on a Dockerfile that isn't located in the local file system. End users of this repo should be able to consider the docker image being pulled from DockerHub as the source of truth. Anyone who wants to perform local development may be able to do so using the build flag within docker-compose, however this shouldn't be the case for the master branch.
To Reproduce
Steps to reproduce the behavior:
Navigate to the playbook directory
Issue the ansible-playbook -i hosts build_site.yml command
Expected behavior
Environment should build cleanly and all services should be running and functional.
Screenshots
See screenshot of failed build below :
Describe the bug This creates a build dependency on a Dockerfile that isn't located in the local file system. End users of this repo should be able to consider the docker image being pulled from DockerHub as the source of truth. Anyone who wants to perform local development may be able to do so using the build flag within docker-compose, however this shouldn't be the case for the master branch.
To Reproduce Steps to reproduce the behavior:
playbook
directoryansible-playbook -i hosts build_site.yml
commandExpected behavior Environment should build cleanly and all services should be running and functional.
Screenshots See screenshot of failed build below :