This commit is contained in:
Mayel de Borniol 2023-12-18 11:08:43 +00:00
parent 83f1dddc8c
commit 675d3f0407

View file

@ -47,7 +47,7 @@ COPY ${FORKS_TO_COPY_PATH} ./${FORKS_TO_COPY_PATH}
# Update Bonfire extensions to latest git version (mostly useful in CI, and temporary: eventually we want to rely on version numbers and lockfile)
# RUN mix bonfire.deps.update
# Fetch git deps (should be after forks are copied and updates are fetched, in case a forked/updated extension specified any different deps)
# Fetch git deps - should be after forks are copied (and updates are fetched, if doing so) in case a forked/updated extension specified any different deps)
RUN mix deps.get --only prod
# Include translations