Image-crushing base docker image, to make local builds of images
faster.
- Run
make
to build alocal/articulate-node-images
image locally - Change the first line of your
images/Dockerfile
to be:
FROM local/articulate-node-images:<variant>
- Then in
images
, run:
docker-compose build --no-cache && docker-compose up -d
Now you can test your changes by hitting https://images.dev.articulate.zone
.
After making more changes, just repeat steps 1-3 above to rebuild and test.