Fix build.Dockerfile
This commit is contained in:
parent
8e7a38741f
commit
1ae239f7b8
|
@ -17,7 +17,7 @@ COPY --from=deps /vendor /
|
|||
|
||||
FROM deps AS vendor-validate
|
||||
RUN --mount=type=bind,target=.,rw \
|
||||
git add -A && cp -rf /out/* .; \
|
||||
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"'; \
|
||||
git status --porcelain -- yarn.lock; \
|
||||
|
|
Loading…
Reference in New Issue
Block a user