Updated dockerignore to prevent the generated database files from being sent to the build context. This was causing an error connected to the docker daemon when issuing docker-compose up --build, possibly due to the size or number of files in that folder causing an overflow of sorts

This commit is contained in:
James McDowell
2021-05-16 09:11:11 +10:00
parent 28b6dd577a
commit d98ab8cf1e

View File

@@ -1,3 +1,5 @@
/docs
/handbook
/tools
/tools
/docker-db-data
/.idea