Details
Description
Expected Behaviour:
When a developer wants to test out their changes using the dockerfile in dev support, they should be able to create the dockerfile with atlas built and mount from a local directory with the changes they have done.
Current Behaviour:
The dockerfile currently defined in dev-support pulls the source code from git instead of building the code that the user has defined
RUN git clone https://github.com/apache/atlas.git -b master
Suggestion:
Maintain separate dockerfiles for publishing an image of Atlas vs development