fetch quest
This commit is contained in:
parent
8a543f79df
commit
c2f33dcb3f
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ COPY . ./
|
||||||
# RUN mix archive.install github hexpm/hex branch latest
|
# RUN mix archive.install github hexpm/hex branch latest
|
||||||
RUN MIX_ENV=dev mix deps.get && MIX_ENV=dev mix deps.compile
|
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
|
RUN MIX_ENV=test mix deps.get && MIX_ENV=test mix deps.compile
|
||||||
|
RUN rm -rf deps/*/.fetch
|
||||||
# Gives us iex shell history
|
# Gives us iex shell history
|
||||||
ENV ERL_AFLAGS="-kernel shell_history enabled"
|
ENV ERL_AFLAGS="-kernel shell_history enabled"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue