From 41050091f639ecd07ddbb1d9b680b80e261af2d7 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:47:03 -0500 Subject: [PATCH] Uncomment .git copy --- bitwarden_license/src/Scim/Dockerfile | 2 +- bitwarden_license/src/Sso/Dockerfile | 2 +- src/Admin/Dockerfile | 2 +- src/Api/Dockerfile | 2 +- src/Billing/Dockerfile | 2 +- src/Events/Dockerfile | 2 +- src/EventsProcessor/Dockerfile | 2 +- src/Icons/Dockerfile | 2 +- src/Identity/Dockerfile | 2 +- src/Notifications/Dockerfile | 2 +- util/Attachments/Dockerfile | 2 +- util/Server/Dockerfile | 2 +- util/Setup/Dockerfile | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bitwarden_license/src/Scim/Dockerfile b/bitwarden_license/src/Scim/Dockerfile index d3ca2f2c26..1c666403a1 100644 --- a/bitwarden_license/src/Scim/Dockerfile +++ b/bitwarden_license/src/Scim/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /source COPY bitwarden_license/src/Scim/. ./bitwarden_license/src/Scim/ COPY src/Core/. ./src/Core/ COPY src/SharedWeb/. ./src/SharedWeb/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Scim app WORKDIR /source/bitwarden_license/src/Scim diff --git a/bitwarden_license/src/Sso/Dockerfile b/bitwarden_license/src/Sso/Dockerfile index d79c7abe15..da4270b22e 100644 --- a/bitwarden_license/src/Sso/Dockerfile +++ b/bitwarden_license/src/Sso/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /source COPY bitwarden_license/src/Sso/. ./bitwarden_license/src/Sso/ COPY src/Core/. ./src/Core/ COPY src/SharedWeb/. ./src/SharedWeb/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Sso app WORKDIR /source/bitwarden_license/src/Sso diff --git a/src/Admin/Dockerfile b/src/Admin/Dockerfile index a5015dc8b3..ec10df9c47 100644 --- a/src/Admin/Dockerfile +++ b/src/Admin/Dockerfile @@ -45,7 +45,7 @@ COPY util/PostgresMigrations/. ./util/PostgresMigrations/ COPY util/SqliteMigrations/. ./util/SqliteMigrations/ COPY bitwarden_license/src/Commercial.Core/. ./bitwarden_license/src/Commercial.Core/ COPY bitwarden_license/src/Commercial.Infrastructure.EntityFramework/. ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Admin app WORKDIR /source/src/Admin diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index ab5f9ccb31..d7342debdd 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -37,7 +37,7 @@ COPY src/Core/. ./src/Core/ COPY src/SharedWeb/. ./src/SharedWeb/ COPY bitwarden_license/src/Commercial.Core/. ./bitwarden_license/src/Commercial.Core/ COPY bitwarden_license/src/Commercial.Infrastructure.EntityFramework/. ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Api app WORKDIR /source/src/Api diff --git a/src/Billing/Dockerfile b/src/Billing/Dockerfile index 8c2fbbabaf..e2d9f9fd7c 100644 --- a/src/Billing/Dockerfile +++ b/src/Billing/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /source COPY src/Billing/. ./src/Billing/ COPY src/Core/. ./src/Core/ COPY src/SharedWeb/. ./src/SharedWeb/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Billing app WORKDIR /source/src/Billing diff --git a/src/Events/Dockerfile b/src/Events/Dockerfile index 18ba2a334d..74b38a1797 100644 --- a/src/Events/Dockerfile +++ b/src/Events/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /source COPY src/Events/. ./src/Events/ COPY src/Core/. ./src/Core/ COPY src/SharedWeb/. ./src/SharedWeb/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Events app WORKDIR /source/src/Events diff --git a/src/EventsProcessor/Dockerfile b/src/EventsProcessor/Dockerfile index b6a02073b4..a6b7cf62bc 100644 --- a/src/EventsProcessor/Dockerfile +++ b/src/EventsProcessor/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /source COPY src/EventsProcessor/. ./src/EventsProcessor/ COPY src/Core/. ./src/Core/ COPY src/SharedWeb/. ./src/SharedWeb/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build EventsProcessor app WORKDIR /source/src/EventsProcessor diff --git a/src/Icons/Dockerfile b/src/Icons/Dockerfile index ddc19ff14c..a3f76e62f7 100644 --- a/src/Icons/Dockerfile +++ b/src/Icons/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /source COPY src/Icons/. ./src/Icons/ COPY src/Core/. ./src/Core/ COPY src/SharedWeb/. ./src/SharedWeb/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Icons app WORKDIR /source/src/Icons diff --git a/src/Identity/Dockerfile b/src/Identity/Dockerfile index 99d9910e4d..c0daab573a 100644 --- a/src/Identity/Dockerfile +++ b/src/Identity/Dockerfile @@ -45,7 +45,7 @@ COPY util/PostgresMigrations/. ./util/PostgresMigrations/ COPY util/SqliteMigrations/. ./util/SqliteMigrations/ COPY bitwarden_license/src/Commercial.Core/. ./bitwarden_license/src/Commercial.Core/ COPY bitwarden_license/src/Commercial.Infrastructure.EntityFramework/. ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Admin app WORKDIR /source/src/Admin diff --git a/src/Notifications/Dockerfile b/src/Notifications/Dockerfile index 136fc9be36..46ab2a89e1 100644 --- a/src/Notifications/Dockerfile +++ b/src/Notifications/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /source COPY src/Core/. ./src/Core/ COPY src/Notifications/. ./src/Notifications/ COPY src/SharedWeb/. ./src/SharedWeb/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Notifications app WORKDIR /source/src/Notifications diff --git a/util/Attachments/Dockerfile b/util/Attachments/Dockerfile index 0f8c19013a..4270972f71 100644 --- a/util/Attachments/Dockerfile +++ b/util/Attachments/Dockerfile @@ -29,7 +29,7 @@ RUN . /tmp/rid.txt && dotnet restore -r $RID # Copy required project files WORKDIR /source COPY util/Server/. ./util/Server/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Server app WORKDIR /source/util/Server diff --git a/util/Server/Dockerfile b/util/Server/Dockerfile index 052b298785..8b78751ca1 100644 --- a/util/Server/Dockerfile +++ b/util/Server/Dockerfile @@ -29,7 +29,7 @@ RUN . /tmp/rid.txt && dotnet restore -r $RID # Copy required project files WORKDIR /source COPY util/Server/. ./util/Server/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Server app WORKDIR /source/util/Server diff --git a/util/Setup/Dockerfile b/util/Setup/Dockerfile index 61db604339..2c5a85eea0 100644 --- a/util/Setup/Dockerfile +++ b/util/Setup/Dockerfile @@ -30,7 +30,7 @@ RUN . /tmp/rid.txt && dotnet restore -r $RID # Copy required project files WORKDIR /source COPY util/Setup/. ./util/Setup/ -# COPY .git/. ./.git/ +COPY .git/. ./.git/ # Build Setup app WORKDIR /source/util/Setup