mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
Remove copy directive for git folder
This commit is contained in:
parent
b6cfcf12f6
commit
7ca10c4072
@ -38,7 +38,6 @@ COPY src/Core/. ./src/Core/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/bitwarden_license/src/Scim
|
||||
|
@ -55,7 +55,6 @@ COPY src/Core/. ./src/Core/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/bitwarden_license/src/Sso
|
||||
|
@ -74,7 +74,6 @@ COPY util/SqliteMigrations/. ./util/SqliteMigrations/
|
||||
COPY util/EfShared/. ./util/EfShared/
|
||||
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/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/Admin
|
||||
|
@ -42,7 +42,6 @@ COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
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/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/Api
|
||||
|
@ -38,7 +38,6 @@ COPY src/Core/. ./src/Core/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/Billing
|
||||
|
@ -38,7 +38,6 @@ COPY src/Core/. ./src/Core/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/Events
|
||||
|
@ -38,7 +38,6 @@ COPY src/Core/. ./src/Core/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/EventsProcessor
|
||||
|
@ -38,7 +38,6 @@ COPY src/Core/. ./src/Core/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/Icons
|
||||
|
@ -38,7 +38,6 @@ COPY src/Core/. ./src/Core/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/Identity
|
||||
|
@ -38,7 +38,6 @@ COPY src/Notifications/. ./src/Notifications/
|
||||
COPY src/Infrastructure.Dapper/. ./src/Infrastructure.Dapper/
|
||||
COPY src/Infrastructure.EntityFramework/. ./src/Infrastructure.EntityFramework/
|
||||
COPY src/SharedWeb/. ./src/SharedWeb/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/src/Notifications
|
||||
|
@ -30,7 +30,6 @@ RUN . /tmp/rid.txt && dotnet restore -r $RID
|
||||
# Copy required project files
|
||||
WORKDIR /source
|
||||
COPY util/Server/. ./util/Server/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/util/Server
|
||||
|
@ -35,7 +35,6 @@ WORKDIR /source
|
||||
COPY src/Core/. ./src/Core/
|
||||
COPY util/Migrator/. ./util/Migrator/
|
||||
COPY util/MsSqlMigratorUtility/. ./util/MsSqlMigratorUtility/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/util/MsSqlMigratorUtility
|
||||
|
@ -34,7 +34,6 @@ WORKDIR /source
|
||||
COPY src/Core/. ./src/Core/
|
||||
COPY util/Migrator/. ./util/Migrator/
|
||||
COPY util/Setup/. ./util/Setup/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build project
|
||||
WORKDIR /source/util/Setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user