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:
+1
-1
@@ -6,7 +6,7 @@ RUN --mount=type=cache,target=/root/.nuget \
|
|||||||
--mount=type=cache,target=/source/bin \
|
--mount=type=cache,target=/source/bin \
|
||||||
--mount=type=cache,target=/source/obj \
|
--mount=type=cache,target=/source/obj \
|
||||||
dotnet publish --output /out BonchCalendar.csproj \
|
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
|
FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-alpine AS prod
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user