Containerizing Applications
#
MakefileMakefiles help automate build steps.
#
Helpful articles:#
Repository file structureRepository file structure should be easy to understand by humans and tools.
<name>/โโโ <name>/โ โโโ ...โโโ tests/ โโโ ...
For example, the icetracker
repository is structured:
icetracker/โโโ .git/โ โโโ ...โโโ Dockerfileโโโ icetracker/โ โโโ ...โโโ tests/ โโโ ...