Run phx.digest before mix release
Closes #1167 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -28,8 +28,7 @@ COPY rel ./rel
|
||||
COPY support ./support
|
||||
COPY --from=assets ./priv/static ./priv/static
|
||||
|
||||
RUN mix phx.digest.clean --all \
|
||||
&& mix release
|
||||
RUN mix phx.digest.clean --all && mix phx.digest && mix release
|
||||
|
||||
# Finally setup the app
|
||||
FROM alpine
|
||||
|
||||
Reference in New Issue
Block a user