From 2a537c18c7ad7a3fcba272bb78bdbf9da93e63da Mon Sep 17 00:00:00 2001 From: Cliff Colvin Date: Tue, 25 Jun 2024 17:52:10 -0500 Subject: [PATCH] remove copy thirdparty licenses Signed-off-by: Cliff Colvin --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 8281f75..52db609 100644 --- a/justfile +++ b/justfile @@ -10,7 +10,6 @@ build-local: npx parcel build src/index.html build IMAGE_TAG RELEASE_VERSION: build-local - cp ../{{thirdPartyLicenseFile}} . docker buildx build \ --rm \ --platform "linux/amd64" \