Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raga70 authored Apr 3, 2024
1 parent 663f353 commit 8ecdaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/RecommendationAlgo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["RecomendationAlgo/RecomendationAlgo.csproj", "RecomendationAlgo/"]
COPY ["RecomendationAlgo/RecommendationAlgo.csproj", "RecomendationAlgo/"]
RUN dotnet restore "RecomendationAlgo/RecommendationAlgo.csproj"
COPY . .
WORKDIR "/src/RecomendationAlgo"
Expand Down

0 comments on commit 8ecdaee

Please sign in to comment.