1
0
mirror of https://github.com/bitwarden/server synced 2026-02-18 10:23:27 +00:00

Revert "build: we don't need to copy the .git dir"

This reverts commit 32c2f6236a.
This commit is contained in:
tangowithfoxtrot
2025-04-30 13:35:38 -07:00
parent 32c2f6236a
commit 7a99f5dc5d
11 changed files with 18 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ COPY util/MsSqlMigratorUtility/. ./util/MsSqlMigratorUtility/
COPY src/Core/. ./src/Core/
COPY util/Migrator/. ./util/Migrator/
COPY util/Server/. ./util/Server/
COPY .git/. ./.git/
COPY .editorconfig /source
# Build project