diff --git a/Dockerfile b/Dockerfile index 653cdf08..87f6f126 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ WORKDIR /leCoffre-front COPY --from=deps /leCoffre-front/node_modules ./node_modules COPY --from=deps /leCoffre-front/package.json ./package.json -COPY --from=deps /leCoffre-front/.env ./.env COPY . . # Création de l'utilisateur non-root