Reverted the no-op change
This commit is contained in:
parent
6e8841aa2f
commit
a84f7b8335
2 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
# Your next YouTube media manager!
|
||||
# Your next YouTube media manager
|
||||
|
||||
## Table of contents:
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ WORKDIR /app
|
|||
|
||||
COPY mix.exs mix.lock ./
|
||||
# Install Elixir deps
|
||||
# NOTE: this has to be before the bulk copy to ensure that deps are cached
|
||||
RUN MIX_ENV=dev mix deps.get && MIX_ENV=dev mix deps.compile
|
||||
RUN MIX_ENV=test mix deps.get && MIX_ENV=test mix deps.compile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue