Optimised multi layered builds to speed up deployment, added comments to help new developers, reduced unnecessary objects being sent to the docker build context, mounted in files that may change regularly to remove the requirement for a full rebuild.

This commit is contained in:
James McDowell
2021-05-16 09:59:12 +10:00
parent d98ab8cf1e
commit 8429d78e01
3 changed files with 52 additions and 14 deletions

View File

@@ -1,5 +1,13 @@
/docs
/handbook
/tools
/docker-db-data
/.idea
# Project administration files
.idea
.git
.github
# Not used by the build.
docs
handbook
sql
tools
# Created by the db when using docker-compose, large and causes rebuild issues if sent to the context.
docker-db-data