feat: cp du env.example
Some checks failed
Build and Deploy / deploy (push) Failing after 2m54s

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-02-11 15:53:17 +01:00
parent c18f3653b8
commit eafcc58d84

View File

@@ -123,7 +123,8 @@ RUN set -eux; \
# copy sources
COPY --link . ./
RUN rm -Rf frankenphp/
RUN rm -Rf frankenphp/ && \
test -f .env || cp .env.example .env
# Copier les assets compilés depuis le stage Node.js
COPY --from=node_build /app/public/build ./public/build