Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Dockerfile/docker-compose to increase app speed during local dev #347

Open
acsauk-mojd opened this issue Aug 6, 2019 · 0 comments

Comments

@acsauk-mojd
Copy link
Contributor

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.

@acsauk-mojd acsauk-mojd self-assigned this Aug 6, 2019
@acsauk-mojd 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant