1
0
mirror of https://github.com/XFox111/bonch-calendar.git synced 2026-06-30 10:52:41 +03:00

fix: failing api docker build

This commit is contained in:
2026-05-24 11:48:23 +03:00
parent 1adeff73e4
commit b597f8e5c0
+1 -1
View File
@@ -6,7 +6,7 @@ RUN --mount=type=cache,target=/root/.nuget \
--mount=type=cache,target=/source/bin \
--mount=type=cache,target=/source/obj \
dotnet publish --output /out BonchCalendar.csproj \
&& rm /out/*.dbg /out/*.Development.json
&& rm /out/*.dbg
FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-alpine AS prod
WORKDIR /app