mirror of https://github.com/docker/docs.git
dockerfile(fix): inconsistent from-as casing
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
918775acd6
commit
339f442ea6
|
@ -109,7 +109,7 @@ set -ex
|
|||
EOT
|
||||
|
||||
# pagefind installs the Pagefind runtime
|
||||
FROM base as pagefind
|
||||
FROM base AS pagefind
|
||||
ARG PAGEFIND_VERSION=1.1.0
|
||||
COPY --from=build /out ./public
|
||||
RUN --mount=type=bind,src=pagefind.yml,target=pagefind.yml \
|
||||
|
|
Loading…
Reference in New Issue