Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 615 Bytes

docker-articulate-node-images

Image-crushing base docker image, to make local builds of images faster.

To test locally

  1. Run make to build a local/articulate-node-images image locally
  2. Change the first line of your images/Dockerfile to be:
FROM local/articulate-node-images:<variant>
  1. 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.