You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of multiple volumes in the app Docker container is leading to sluggish performance while using the app locally and running tests.
To help minimise this the number of volumes should be reduced, ideally to a single volume including the entire project directory, and a .dockerignore file introduced to exclude files/directories that shouldn't be included.
The text was updated successfully, but these errors were encountered:
acsauk-mojd
changed the title
Simplify Dockerfile to use .dockerignore to increase app speed during local dev
Simplify Dockerfile/docker-compose to increase app speed during local dev
Aug 7, 2019
The use of multiple volumes in the app Docker container is leading to sluggish performance while using the app locally and running tests.
To help minimise this the number of volumes should be reduced, ideally to a single volume including the entire project directory, and a .dockerignore file introduced to exclude files/directories that shouldn't be included.
The text was updated successfully, but these errors were encountered: