Fix loading the PGP WKD and AST explorer into the homepage image.
This commit is contained in:
parent
6ab922beed
commit
330a80c8b5
@ -49,8 +49,8 @@ RUN --mount=type=tmpfs,target=/tmp --mount=type=cache,target=/usr/local/cargo/re
|
|||||||
FROM alpine:$ALPINE_VERSION AS natter
|
FROM alpine:$ALPINE_VERSION AS natter
|
||||||
COPY --link --from=natter-build /target/release-lto/natter /usr/bin/
|
COPY --link --from=natter-build /target/release-lto/natter /usr/bin/
|
||||||
COPY --link . /source
|
COPY --link . /source
|
||||||
COPY --link --from=private /homepage_private/static/* /source/static/
|
COPY --link --from=private /homepage_private/static /source/static/
|
||||||
COPY --link --from=explorer-build /organic_ast_explorer/dist/* /source/static/organic/ast_explorer/
|
COPY --link --from=explorer-build /organic_ast_explorer/dist /source/static/organic/ast_explorer/
|
||||||
RUN --network=none --mount=type=tmpfs,target=/tmp natter build --config /source/natter.toml
|
RUN --network=none --mount=type=tmpfs,target=/tmp natter build --config /source/natter.toml
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user