1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

[DEVOPS-1646] MsSqlMigratorUtility docker image is not recognizing input flags (#3413)

This commit is contained in:
Michał Chęciński
2023-11-07 10:42:20 +01:00
committed by GitHub
parent 3f7ff52f0b
commit 8256b58e00

View File

@ -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 ${@}", "--" ]