fix: hapus --no-restore

This commit is contained in:
2026-07-21 18:31:59 +07:00
parent 5047288f04
commit 0fbbfd243d
+1 -1
View File
@@ -16,7 +16,7 @@ RUN dotnet restore
# Copy semua source code dan build # Copy semua source code dan build
COPY . . COPY . .
RUN dotnet publish -c Release -o /app --no-restore RUN dotnet publish -c Release -o /app
# ---- STAGE 2: RUN ---- # ---- STAGE 2: RUN ----
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime