We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b3dc5 commit e7a3f14Copy full SHA for e7a3f14
1 file changed
Dockerfile
@@ -13,6 +13,8 @@ RUN cargo install --locked --version 0.101.0 --root target iroh-doctor
13
14
FROM alpine:3.24@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
15
WORKDIR /run
16
+# .dockerignore strips local files under docker/, so the default build ships an empty portal.
17
+# To embed portal assets, pass --build-arg PORTAL_EMBED_DIR=<staged dir outside docker/>.
18
ARG PORTAL_EMBED_DIR=docker/portal
19
ARG PORTAL_MODE=disabled
20
RUN apk update
0 commit comments