have config available for docker dependency compilation
This commit is contained in:
parent
b8264eb283
commit
42e3efee71
|
@ -16,9 +16,9 @@ ENV MIX_ENV=prod
|
|||
|
||||
# install mix dependencies
|
||||
COPY mix.exs mix.lock ./
|
||||
COPY config config
|
||||
RUN mix deps.get
|
||||
RUN mix deps.compile
|
||||
COPY config config
|
||||
|
||||
# build assets
|
||||
# COPY assets assets
|
||||
|
|
Loading…
Reference in a new issue