diff --git a/Dockerfile b/Dockerfile index da80fdd..2bdd6fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY *.csproj . RUN dotnet restore COPY . . -RUN dotnet publish -c Release -o /app --no-restore +RUN dotnet publish -c Release -o /app # ---- STAGE 2: RUN ---- FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime