Skip to content

Commit

Permalink
chore: adjust webfunctions dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo committed Sep 7, 2023
1 parent 73351b9 commit ce77ec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Infrastructure/WebAPI/WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerComposeProjectPath>../../docker-compose.dcproj</DockerComposeProjectPath>
<UserSecretsId>ef326666-1cfa-4625-aae3-41ea85c01828</UserSecretsId>
<Version>0.0.1</Version>
<BuildWithMSBuildOnMono>false</BuildWithMSBuildOnMono>
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/WebFunctions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ RUN dotnet publish "WebFunctions.csproj" -c Release -o /app/publish /p:UseAppHos

FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
COPY --from=publish /app/publish .

0 comments on commit ce77ec7

Please sign in to comment.