separate dockerfile copy commands for debugging
This commit is contained in:
parent
f93345ecef
commit
8229f83938
|
@ -15,7 +15,8 @@ RUN mix local.hex --force && \
|
|||
ENV MIX_ENV=prod
|
||||
|
||||
# install mix dependencies
|
||||
COPY mix.exs mix.lock ./
|
||||
COPY mix.exs ./
|
||||
COPY mix.lock ./
|
||||
COPY config config
|
||||
RUN mix deps.get
|
||||
RUN mix deps.compile
|
||||
|
|
Loading…
Reference in a new issue