diff --git a/Dockerfile b/Dockerfile index e0b53752..16d1957c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN dotnet restore COPY . . # 5. Compilation globale de la solution -RUN dotnet build -c Release +RUN dotnet build -c Release --no-restore # L'image finale reste sur votre environnement complet EXPOSE 8080