Skip to content

Commit e752aa2

Browse files
committed
fix docker file
1 parent c604bed commit e752aa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Weather.API/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ EXPOSE 443
77

88
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
99
WORKDIR /src
10+
COPY ["Directory.Packages.props", "./"]
1011
COPY ["Weather.API/Weather.API.csproj", "Weather.API/"]
12+
COPY ["Wheaterbit.Client/Wheaterbit.Client.csproj", "Wheaterbit.Client/"]
1113
RUN dotnet restore "Weather.API/Weather.API.csproj"
1214
COPY . .
1315
WORKDIR "/src/Weather.API"

0 commit comments

Comments
 (0)