Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickklaeren committed Nov 11, 2023
1 parent cd98078 commit 31d1252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/Accord.Web/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
COPY ["Directory.Build.props", "./"]
WORKDIR /src
COPY ["src/Accord.Web/Accord.Web.csproj", "src/Accord.Web/"]
COPY ["src/Accord.Bot/Accord.Bot.csproj", "src/Accord.Bot/"]
Expand Down
6 changes: 0 additions & 6 deletions src/Accord.Web/Accord.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,4 @@
<ProjectReference Include="..\Accord.Services\Accord.Services.csproj" />
</ItemGroup>

<ItemGroup>
<Content Include="..\..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>

</Project>

0 comments on commit 31d1252

Please sign in to comment.