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
|
ENV MIX_ENV=prod
|
||||||
|
|
||||||
# install mix dependencies
|
# install mix dependencies
|
||||||
COPY mix.exs mix.lock ./
|
COPY mix.exs ./
|
||||||
|
COPY mix.lock ./
|
||||||
COPY config config
|
COPY config config
|
||||||
RUN mix deps.get
|
RUN mix deps.get
|
||||||
RUN mix deps.compile
|
RUN mix deps.compile
|
||||||
|
|
Loading…
Reference in a new issue