Run phx.digest before mix release
Closes #1167 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d8103fb1a5
commit
a2289c4d03
@ -274,7 +274,7 @@ package-app:
|
||||
- mix local.rebar --force
|
||||
- mix deps.get --only-prod
|
||||
- mix compile
|
||||
- mix phx.digest.clean --all && \
|
||||
- mix phx.digest.clean --all && mix phx.digest
|
||||
- mix release --path release/mobilizon
|
||||
- cd release/mobilizon && ln -s lib/mobilizon-*/priv priv && cd ../../
|
||||
- du -sh release/
|
||||
|
@ -35,6 +35,7 @@ RUN source /root/.bashrc && \
|
||||
mix deps.get --only prod && \
|
||||
mix compile && \
|
||||
mix phx.digest.clean --all && \
|
||||
mix phx.digest && \
|
||||
mix release --path release/mobilizon && \
|
||||
cd release/mobilizon && \
|
||||
ln -s lib/mobilizon-*/priv priv && \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user