We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c604bed commit e752aa2Copy full SHA for e752aa2
src/Weather.API/Dockerfile
@@ -7,7 +7,9 @@ EXPOSE 443
7
8
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
9
WORKDIR /src
10
+COPY ["Directory.Packages.props", "./"]
11
COPY ["Weather.API/Weather.API.csproj", "Weather.API/"]
12
+COPY ["Wheaterbit.Client/Wheaterbit.Client.csproj", "Wheaterbit.Client/"]
13
RUN dotnet restore "Weather.API/Weather.API.csproj"
14
COPY . .
15
WORKDIR "/src/Weather.API"
0 commit comments