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 4c67244 commit 6af8ff6
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 ["RecommendationAlgo/RecommendationAlgo.csproj", "RecomendationAlgo/"]
COPY ["RecommendationAlgo/RecommendationAlgo.csproj", "RecommendationAlgo/"]
RUN dotnet restore "RecommendationAlgo/RecommendationAlgo.csproj"
COPY . .
WORKDIR "/src/RecommendationAlgo"
Expand Down

0 comments on commit 6af8ff6

Please sign in to comment.