From ce77ec716e1685f30bd2f9132cf846b45369948a Mon Sep 17 00:00:00 2001 From: eduardo Date: Thu, 7 Sep 2023 19:04:14 -0300 Subject: [PATCH] chore: adjust webfunctions dockerfile --- src/Infrastructure/WebAPI/WebAPI.csproj | 1 - src/Infrastructure/WebFunctions/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Infrastructure/WebAPI/WebAPI.csproj b/src/Infrastructure/WebAPI/WebAPI.csproj index 4d76cc9a..f5598dd2 100644 --- a/src/Infrastructure/WebAPI/WebAPI.csproj +++ b/src/Infrastructure/WebAPI/WebAPI.csproj @@ -3,7 +3,6 @@ net7.0 enable enable - ../../docker-compose.dcproj ef326666-1cfa-4625-aae3-41ea85c01828 0.0.1 false diff --git a/src/Infrastructure/WebFunctions/Dockerfile b/src/Infrastructure/WebFunctions/Dockerfile index 6d709e89..b82b47ca 100644 --- a/src/Infrastructure/WebFunctions/Dockerfile +++ b/src/Infrastructure/WebFunctions/Dockerfile @@ -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 . \ No newline at end of file