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