Skip to content

Commit

Permalink
Merge pull request #27 from dockersamples/add-flag-for-windows-patch-…
Browse files Browse the repository at this point in the history
…apply

Add whitespace=fix to patch apply docs for Windows support
  • Loading branch information
mikesir87 authored Jan 13, 2025
2 parents 299918d + 1a2d68f commit c9fb7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ For an end-to-end demo, the project is slightly downgraded to use an older versi
More talking points to come soon!

```console
git apply demo/e2e.patch
git apply --whitespace=fix demo/e2e.patch
```

## 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.

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

0 comments on commit c9fb7fe

Please sign in to comment.