- Clear feature ownership
- Module usage predictibility (refactoring, maintainence, you know what's shared, what's not, prevents accidental regressions, avoids huge directories of not-actually-reusable modules, etc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Username/Password: | |
COPY #1 | |
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y | |
COPY #2 | |
sudo apt update && sudo apt install apache2-utils docker.io docker-compose | |
COPY #3 |