Skip to content

Commit

Permalink
edit dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Sep 17, 2023
1 parent 4ea9907 commit 5324eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /yanlib
COPY ["NuGet.Config", "."]
COPY ["lib/YANLib/nuget.config", "lib/YANLib/"]
COPY ["lib/YANLib/YANLib.csproj", "lib/YANLib/"]
COPY ["host/YANLib.HttpApi.Host/YANLib.HttpApi.Host.csproj", "host/YANLib.HttpApi.Host/"]
COPY ["src/YANLib.Application/YANLib.Application.csproj", "src/YANLib.Application/"]
Expand Down
1 change: 1 addition & 0 deletions lib/YANLib/YANLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageId>Tynab.YANLib</PackageId>
<Version>3.1.9</Version>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5324eb6

Please sign in to comment.