diff --git a/Dockerfile b/Dockerfile index 8be4200..40ec2f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN dotnet restore # Copy semua source code dan build 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