Browse Source

Update Dockerfile (#348)

pull/349/head
Justin Baur 10 months ago committed by GitHub
parent
commit
414d858d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      docker-unified/Dockerfile

1
docker-unified/Dockerfile

@ -76,6 +76,7 @@ COPY server/util/SqliteMigrations/*.csproj ./util/SqliteMigrations/ @@ -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

Loading…
Cancel
Save