Layerfile
- You can install docker & docker-compose and efficiently create containers within a Layerfile
- RUN REPEATABLE lets you reuse built images & volumes from the last time this pipeline ran
- Webapp.io will create a snapshot with everything created so that you can avoid re-building, re-creating, and re-migrating database data every time.
EXPOSE WEBSITE
.