1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-24 13:01: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 bitwarden_license/src/Scim/. ./bitwarden_license/src/Scim/
COPY src/Core/. ./src/Core/ COPY src/Core/. ./src/Core/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Scim app # Build Scim app
WORKDIR /source/bitwarden_license/src/Scim WORKDIR /source/bitwarden_license/src/Scim

View File

@ -33,7 +33,7 @@ WORKDIR /source
COPY bitwarden_license/src/Sso/. ./bitwarden_license/src/Sso/ COPY bitwarden_license/src/Sso/. ./bitwarden_license/src/Sso/
COPY src/Core/. ./src/Core/ COPY src/Core/. ./src/Core/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Sso app # Build Sso app
WORKDIR /source/bitwarden_license/src/Sso WORKDIR /source/bitwarden_license/src/Sso

View File

@ -45,7 +45,7 @@ COPY util/PostgresMigrations/. ./util/PostgresMigrations/
COPY util/SqliteMigrations/. ./util/SqliteMigrations/ COPY util/SqliteMigrations/. ./util/SqliteMigrations/
COPY bitwarden_license/src/Commercial.Core/. ./bitwarden_license/src/Commercial.Core/ 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 bitwarden_license/src/Commercial.Infrastructure.EntityFramework/. ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Admin app # Build Admin app
WORKDIR /source/src/Admin WORKDIR /source/src/Admin

View File

@ -37,7 +37,7 @@ COPY src/Core/. ./src/Core/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
COPY bitwarden_license/src/Commercial.Core/. ./bitwarden_license/src/Commercial.Core/ 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 bitwarden_license/src/Commercial.Infrastructure.EntityFramework/. ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Api app # Build Api app
WORKDIR /source/src/Api WORKDIR /source/src/Api

View File

@ -33,7 +33,7 @@ WORKDIR /source
COPY src/Billing/. ./src/Billing/ COPY src/Billing/. ./src/Billing/
COPY src/Core/. ./src/Core/ COPY src/Core/. ./src/Core/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Billing app # Build Billing app
WORKDIR /source/src/Billing WORKDIR /source/src/Billing

View File

@ -33,7 +33,7 @@ WORKDIR /source
COPY src/Events/. ./src/Events/ COPY src/Events/. ./src/Events/
COPY src/Core/. ./src/Core/ COPY src/Core/. ./src/Core/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Events app # Build Events app
WORKDIR /source/src/Events WORKDIR /source/src/Events

View File

@ -33,7 +33,7 @@ WORKDIR /source
COPY src/EventsProcessor/. ./src/EventsProcessor/ COPY src/EventsProcessor/. ./src/EventsProcessor/
COPY src/Core/. ./src/Core/ COPY src/Core/. ./src/Core/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build EventsProcessor app # Build EventsProcessor app
WORKDIR /source/src/EventsProcessor WORKDIR /source/src/EventsProcessor

View File

@ -33,7 +33,7 @@ WORKDIR /source
COPY src/Icons/. ./src/Icons/ COPY src/Icons/. ./src/Icons/
COPY src/Core/. ./src/Core/ COPY src/Core/. ./src/Core/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Icons app # Build Icons app
WORKDIR /source/src/Icons WORKDIR /source/src/Icons

View File

@ -45,7 +45,7 @@ COPY util/PostgresMigrations/. ./util/PostgresMigrations/
COPY util/SqliteMigrations/. ./util/SqliteMigrations/ COPY util/SqliteMigrations/. ./util/SqliteMigrations/
COPY bitwarden_license/src/Commercial.Core/. ./bitwarden_license/src/Commercial.Core/ 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 bitwarden_license/src/Commercial.Infrastructure.EntityFramework/. ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Admin app # Build Admin app
WORKDIR /source/src/Admin WORKDIR /source/src/Admin

View File

@ -33,7 +33,7 @@ WORKDIR /source
COPY src/Core/. ./src/Core/ COPY src/Core/. ./src/Core/
COPY src/Notifications/. ./src/Notifications/ COPY src/Notifications/. ./src/Notifications/
COPY src/SharedWeb/. ./src/SharedWeb/ COPY src/SharedWeb/. ./src/SharedWeb/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Notifications app # Build Notifications app
WORKDIR /source/src/Notifications WORKDIR /source/src/Notifications

View File

@ -29,7 +29,7 @@ RUN . /tmp/rid.txt && dotnet restore -r $RID
# Copy required project files # Copy required project files
WORKDIR /source WORKDIR /source
COPY util/Server/. ./util/Server/ COPY util/Server/. ./util/Server/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Server app # Build Server app
WORKDIR /source/util/Server WORKDIR /source/util/Server

View File

@ -29,7 +29,7 @@ RUN . /tmp/rid.txt && dotnet restore -r $RID
# Copy required project files # Copy required project files
WORKDIR /source WORKDIR /source
COPY util/Server/. ./util/Server/ COPY util/Server/. ./util/Server/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Server app # Build Server app
WORKDIR /source/util/Server WORKDIR /source/util/Server

View File

@ -30,7 +30,7 @@ RUN . /tmp/rid.txt && dotnet restore -r $RID
# Copy required project files # Copy required project files
WORKDIR /source WORKDIR /source
COPY util/Setup/. ./util/Setup/ COPY util/Setup/. ./util/Setup/
# COPY .git/. ./.git/ COPY .git/. ./.git/
# Build Setup app # Build Setup app
WORKDIR /source/util/Setup WORKDIR /source/util/Setup