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:
@@ -1,3 +1,5 @@
|
||||
/docs
|
||||
/handbook
|
||||
/tools
|
||||
/tools
|
||||
/docker-db-data
|
||||
/.idea
|
||||
Reference in New Issue
Block a user