Copy algo.md into Docker build before mix compile

This commit is contained in:
Graham McIntire 2026-03-31 13:09:27 -05:00
parent 8f5b53180b
commit bfd9ed6339
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -75,6 +75,7 @@ RUN mix assets.setup
COPY priv priv
COPY lib lib
COPY algo.md algo.md
# Compile the release
RUN mix compile