kopia lustrzana https://github.com/fediversespace/fediverse.space
separate dockerfile copy commands for debugging
rodzic
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
|
||||
|
|
Ładowanie…
Reference in New Issue