GopherSauce will generate a docker file each time you build/export a project.
Run the following command to ensure your project’s dependencies. This command requires dep installed.
dep init
Build docker image with file.
docker build -t ImageName .