mirror of
https://github.com/bitwarden/server.git
synced 2025-07-21 01:21:42 -05:00
Fix copy command
This commit is contained in:
@ -4,7 +4,7 @@ LABEL com.bitwarden.product="bitwarden"
|
|||||||
|
|
||||||
# Copy csproj files as distinct layers
|
# Copy csproj files as distinct layers
|
||||||
WORKDIR /source
|
WORKDIR /source
|
||||||
COPY util/MsSqlMigratorUtility/*.csproj ./util/MsSqlMigratorUtility/
|
COPY *.csproj ./util/MsSqlMigratorUtility/
|
||||||
|
|
||||||
# Restore MsSqlMigratorUtility project dependencies and tools
|
# Restore MsSqlMigratorUtility project dependencies and tools
|
||||||
WORKDIR /source/util/MsSqlMigratorUtility
|
WORKDIR /source/util/MsSqlMigratorUtility
|
||||||
|
Reference in New Issue
Block a user