mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
search: fix pagefind path in production
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user