Containerizing Applications
Makefile#
Makefiles help automate build steps.
Helpful articles:#
Repository file structure#
Repository 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/ โโโ ...