Reverted the no-op change

This commit is contained in:
Kieran Eglin 2024-09-10 16:11:11 -07:00
parent 6e8841aa2f
commit a84f7b8335
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@
</div>
# Your next YouTube media manager!
# Your next YouTube media manager
## Table of contents:

View file

@ -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