Is this a BUG REPORT or FEATURE REQUEST?: FEATURE
What happened: Currently there are multiple docker files in the root of the repo. This may be confusing for which docker file creates which image.
What you expected to happen:
- Create new worker subdir
- Move
Dockerfile.worker and script for the worker image to this directory
- Move
Dockerfile to the controllers subdirectory
- Update
Makefile to reflect these changes
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE
What happened: Currently there are multiple docker files in the root of the repo. This may be confusing for which docker file creates which image.
What you expected to happen:
Dockerfile.workerand script for the worker image to this directoryDockerfileto thecontrollerssubdirectoryMakefileto reflect these changes