mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
[DEVOPS-1646] MsSqlMigratorUtility docker image is not recognizing input flags (#3413)
This commit is contained in:
parent
3f7ff52f0b
commit
8256b58e00
@ -5,6 +5,4 @@ LABEL com.bitwarden.product="bitwarden"
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY obj/build-output/publish .
|
COPY obj/build-output/publish .
|
||||||
|
|
||||||
ENTRYPOINT ["sh", "-c", "dotnet /app/MsSqlMigratorUtility.dll \"${MSSQL_CONN_STRING}\""]
|
ENTRYPOINT ["sh", "-c", "dotnet /app/MsSqlMigratorUtility.dll \"${MSSQL_CONN_STRING}\" -v ${@}", "--" ]
|
||||||
|
|
||||||
CMD [ "-v" ]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user