Don't digest release files

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-10 16:37:24 +01:00
parent 5c7067b22b
commit 89bbafb44c
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ COPY rel ./rel
COPY support ./support
COPY --from=assets ./priv/static ./priv/static
RUN mix phx.digest \
RUN mix phx.digest.clean --all \
&& mix release
# Finally setup the app