fix: hapus no restore

This commit is contained in:
2026-07-21 18:16:33 +07:00
parent c40792266a
commit ae0eaac802
+1 -1
View File
@@ -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