fetch quest

This commit is contained in:
Kieran Eglin 2024-07-17 12:15:21 -07:00
parent 8a543f79df
commit c2f33dcb3f
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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"