Cache layer with docker to speed up the development workflow #242
Labels
area/build
area/docker
stage/pm-review
Waiting for review by our Product Manager, please don't work on this yet
type/feature
Describe your idea/feature/enhancement
[Project:
sam init - python 3.8 - image container
(not zip file)]sam build
always rebuild the image even if:requirements.txt
is not changedProposal
At least in development, we could change to Dockerfile to cache the layers that didn't changed, such as requirments.txt. When someone has a slow connection, it take A LOT of time.
In order to do this, the default Dockerfile should be changed in:
New
Dockerfile
Old
Dockerfile
Additional Details
The text was updated successfully, but these errors were encountered: