mirror of
https://github.com/bitwarden/server.git
synced 2025-05-27 14:24:56 -05:00
Add proper files to Dockerfile
This commit is contained in:
parent
1b2e7a3ed7
commit
646c5c7210
@ -23,6 +23,7 @@ WORKDIR /source
|
||||
COPY src/Core/*.csproj ./src/Core/
|
||||
COPY util/Migrator/*.csproj ./util/Migrator/
|
||||
COPY util/MsSqlMigratorUtility/*.csproj ./util/MsSqlMigratorUtility/
|
||||
COPY Directory.Build.props .
|
||||
|
||||
# Restore MsSqlMigratorUtility project dependencies and tools
|
||||
WORKDIR /source/util/MsSqlMigratorUtility
|
||||
@ -33,6 +34,7 @@ WORKDIR /source
|
||||
COPY src/Core/. ./src/Core/
|
||||
COPY util/Migrator/. ./util/Migrator/
|
||||
COPY util/MsSqlMigratorUtility/. ./util/MsSqlMigratorUtility/
|
||||
COPY .git/. ./.git/
|
||||
|
||||
# Build MsSqlMigratorUtility app
|
||||
WORKDIR /source/util/MsSqlMigratorUtility
|
||||
|
Loading…
x
Reference in New Issue
Block a user