One of things we do often is to package all source code in Dockerfile when we build a Docker image.
Dockerfile
ADD . /app
How can we avoid in