dockerfile(fix): inconsistent from-as casing

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-06-28 12:19:47 +02:00
parent 918775acd6
commit 339f442ea6

View File

@@ -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 \