The Twelve-Factor App - 1 views
-
separate build and run
-
The build stage is a transform which converts a code repo into an executable bundle known as a build.
-
the build stage fetches vendors dependencies and compiles binaries and assets.
- ...7 more annotations...