Skip to content

Commit e7a3f14

Browse files
committed
docs: document the portal embed path in the dockerfile
1 parent c4b3dc5 commit e7a3f14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN cargo install --locked --version 0.101.0 --root target iroh-doctor
1313

1414
FROM alpine:3.24@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
1515
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/>.
1618
ARG PORTAL_EMBED_DIR=docker/portal
1719
ARG PORTAL_MODE=disabled
1820
RUN apk update

0 commit comments

Comments
 (0)