1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-24 04:51:03 -05:00

Uncomment .git copy

This commit is contained in:
Vince Grassia 2023-11-15 15:47:03 -05:00
parent edad0e1edf
commit 41050091f6
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08
13 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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