Dockerfile: fix typo

This commit is contained in:
CrazyMax 2023-05-06 14:38:07 +02:00
parent 393c5a404a
commit a915291fcf
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -22,7 +22,7 @@ RUN --mount=type=bind,target=.,rw <<EOT
git add -A
cp -rf /vendor/* .
if [ -n "$(git status --porcelain -- yarn.lock)" ]; then
echo >&2 'ERROR: Vendor result differs. Please vendor your package with "docker buildx bake vendor-update"'
echo >&2 'ERROR: Vendor result differs. Please vendor your package with "docker buildx bake vendor"'
git status --porcelain -- yarn.lock
exit 1
fi