Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 668 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 668 Bytes

Demo help

This directory contains various patches that can be applied to this project to prepare it for various demos.

Why this instead of using other branches? Simply put, reduced maintenance. As we make updates to the main branch, it's easier to maintain a few patches than several branches.

Scout demo

For a Scout demo, the following patch will adjust the Dockerfile to use an older base image and install an older version of Express, allowing you to demo out-of-date base images and vunlerable dependencies.

git apply --whitespace=fix demo/scout.patch