mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -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
|
||||
COPY obj/build-output/publish .
|
||||
|
||||
ENTRYPOINT ["sh", "-c", "dotnet /app/MsSqlMigratorUtility.dll \"${MSSQL_CONN_STRING}\""]
|
||||
|
||||
CMD [ "-v" ]
|
||||
ENTRYPOINT ["sh", "-c", "dotnet /app/MsSqlMigratorUtility.dll \"${MSSQL_CONN_STRING}\" -v ${@}", "--" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user