From 7f13551b48604d59562fb54890e61429d986a0e7 Mon Sep 17 00:00:00 2001 From: Owais Jamil Date: Sun, 14 Jun 2026 00:19:28 -0500 Subject: [PATCH] build: make sure docker copies docs/ --- conf/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/Dockerfile b/conf/Dockerfile index 635e521..b501d56 100644 --- a/conf/Dockerfile +++ b/conf/Dockerfile @@ -20,6 +20,7 @@ COPY config ./config RUN mix deps.get --only prod && mix deps.compile COPY assets ./assets +COPY docs ./docs COPY lib ./lib COPY priv ./priv -- 2.51.2