-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
dockerdocker, nginx, docker-compose relateddocker, nginx, docker-compose related
Description
The current docker build process is inefficient and cannot be cached properly: We add the full working directory to the build container and the .dockerignore file is not complete. This leads to full rebuilds (npm run deployment) if unrelated files are changed, for example the nginx config.
We should only COPY the necessary files into the container and check whether files aren't needed by any of the stages (for example the Dockerfile itself) to add them to the .dockerignore file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dockerdocker, nginx, docker-compose relateddocker, nginx, docker-compose related