Skip to content

Implement CI/CD

The repo structure should look like the following:

└─ Container1
 └─ Dockerfile
└─ Container2
 └─ Dockerfile
 └─ README
└─ .gitlab-ci.yml
...

All containers should be built independently of each other, to avoid propagating issues.