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:
parent
edad0e1edf
commit
41050091f6
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user