Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyork817 committed Mar 31, 2024
1 parent 50cb539 commit 6f06221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Presentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["Presentation/Presentation.csproj", "Presentation/"]
COPY ["Infrastructure.DataAccess/Infrastructure.DataAccess.csproj", "Infrastructure.DataAccess/"]
COPY ["Application.Abstractions/Application.Abstractions.csproj", "Application.Abstractions/"]
COPY ["Domain/Domain.csproj", "Domain/"]
COPY ["Application.Dto/Application.Dto.csproj", "Application.Dto/"]
COPY ["Application/Application/Application.csproj", "Application/Application/"]
COPY ["Application/Application.Contracts/Application.Contracts.csproj", "Application/Application.Contracts/"]
COPY ["Application/Application.Abstractions/Application.Abstractions.csproj", "Application/Application.Abstractions/"]
COPY ["Application/Application.Dto/Application.Dto.csproj", "Application/Application.Dto/"]
RUN dotnet restore "Presentation/Presentation.csproj"
RUN dotnet dev-certs https
COPY . .
Expand Down

0 comments on commit 6f06221

Please sign in to comment.