mirror of
https://github.com/bitwarden/server.git
synced 2025-05-30 15:50:33 -05:00
Fix copy command
This commit is contained in:
parent
e7925f63e4
commit
7e083e1173
@ -12,7 +12,7 @@ RUN dotnet restore
|
|||||||
|
|
||||||
# Copy required project files
|
# Copy required project files
|
||||||
WORKDIR /source
|
WORKDIR /source
|
||||||
COPY util/MsSqlMigratorUtility/. ./util/MsSqlMigratorUtility/
|
COPY . ./util/MsSqlMigratorUtility/
|
||||||
|
|
||||||
# Build Setup app
|
# Build Setup app
|
||||||
WORKDIR /source/util/MsSqlMigratorUtility
|
WORKDIR /source/util/MsSqlMigratorUtility
|
||||||
|
Loading…
x
Reference in New Issue
Block a user