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