From b59822904dd130f25b0972c0a19ffbda06f3c2cb Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Tue, 15 Jun 2021 17:16:21 -0400 Subject: [PATCH] Add command to docker build instructions (#8944) Signed-off-by: Levi Harrison --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f75f741d..78235f901 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ You can build a docker image locally with the following commands: $ make promu $ promu crossbuild -p linux/amd64 + $ make npm_licenses $ make common-docker-amd64 *NB* if you are on a Mac, you will need [gnu-tar](https://formulae.brew.sh/formula/gnu-tar).