* Streamline publish and deploy w/ variables from local vault
* Publish should wait for build
* Updated Dockerfile to include compiling step within itself
Previously it dependent on /build folder existing in project folder,
this was done by CI pipeline sharing project directory between build and
publish steps. This is no separated and Dockerfile compiles and serves.