feat: mise should run in build
Some checks failed
Release / release (push) Failing after 5s

This commit is contained in:
2026-03-20 15:52:10 +01:00
parent 6a49c1eedc
commit 536157c5f5

View File

@@ -19,5 +19,7 @@ RUN mise trust && mise install
COPY . . COPY . .
ENV MISE_YES=1
ENV MISE_TRUSTED_CONFIG_PATHS="/build"
ENTRYPOINT ["mise", "run"] ENTRYPOINT ["mise", "run"]
CMD ["release"] CMD ["release"]