ci: update dockerfile
This commit is contained in:
parent
71f10a0a9f
commit
36b2796b03
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ RUN mix compile
|
|||
# Changes to config/runtime.exs don't require recompiling the code
|
||||
COPY config/runtime.exs config/
|
||||
|
||||
RUN mix phx.gen.release
|
||||
COPY rel rel
|
||||
RUN mix release
|
||||
|
||||
|
|
Loading…
Reference in a new issue