fix: hapus --no-restore

This commit is contained in:
2026-07-21 18:31:55 +07:00
parent f0e6f38940
commit e5cf115b64
+1 -1
View File
@@ -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