We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59e2ff0 + b1a9c25 commit 7afa352Copy full SHA for 7afa352
justfile
@@ -10,7 +10,6 @@ build-local:
10
npx parcel build src/index.html
11
12
build IMAGE_TAG RELEASE_VERSION: build-local
13
- cp ../{{thirdPartyLicenseFile}} .
14
docker buildx build \
15
--rm \
16
--platform "linux/amd64" \
0 commit comments