diff --git a/Dockerfile.business b/Dockerfile.business index b4f7746..ebe241a 100644 --- a/Dockerfile.business +++ b/Dockerfile.business @@ -23,6 +23,7 @@ COPY . . # HUSKY=0 désactive les hooks husky inexistant dans l'image # NODE_PATH permet aux scripts exécutés depuis /.techradar d'accéder aux dépendances racine ENV HUSKY=0 +ENV HUSKY_SKIP_INSTALL=1 ENV NODE_PATH=/app/node_modules # --- CONFIGURATION BUSINESS ---