Copy algo.md into Docker build before mix compile
This commit is contained in:
parent
8f5b53180b
commit
bfd9ed6339
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue