mirror of https://github.com/docker/docs.git
search: fix pagefind path in production
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
018b45cc5a
commit
9fc82b4cab
|
@ -94,4 +94,4 @@ COPY --from=pagefind /pagefind .
|
||||||
|
|
||||||
FROM scratch AS release
|
FROM scratch AS release
|
||||||
COPY --from=build /out /
|
COPY --from=build /out /
|
||||||
COPY --from=pagefind /pagefind .
|
COPY --from=pagefind /pagefind /pagefind
|
||||||
|
|
Loading…
Reference in New Issue