Add tzworld to the Docker image
Closes #947 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e81db2e643
commit
541d2f49c8
|
@ -30,7 +30,8 @@ COPY rel ./rel
|
||||||
COPY support ./support
|
COPY support ./support
|
||||||
COPY --from=assets ./priv/static ./priv/static
|
COPY --from=assets ./priv/static ./priv/static
|
||||||
|
|
||||||
RUN mix phx.digest.clean --all \
|
RUN mix tz_world.update \
|
||||||
|
&& mix phx.digest.clean --all \
|
||||||
&& mix release
|
&& mix release
|
||||||
|
|
||||||
# Finally setup the app
|
# Finally setup the app
|
||||||
|
|
Loading…
Reference in a new issue