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