Update Dockerfile (#348)

This commit is contained in:
Justin Baur
2025-02-24 17:08:39 -05:00
committed by GitHub
parent 1228c334e8
commit 414d858d74

View File

@@ -76,6 +76,7 @@ COPY server/util/SqliteMigrations/*.csproj ./util/SqliteMigrations/
COPY server/bitwarden_license/src/Commercial.Core/*.csproj ./bitwarden_license/src/Commercial.Core/
COPY server/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/*.csproj ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/
COPY server/Directory.Build.props .
COPY server/.editorconfig .
# Restore Admin project dependencies and tools
WORKDIR /source/src/Admin