mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Enable MsSqlMigratorUtility Dockerfile to run with additional parameters (#3348)
This commit is contained in:
@ -5,4 +5,6 @@ LABEL com.bitwarden.product="bitwarden"
|
||||
WORKDIR /app
|
||||
COPY obj/build-output/publish .
|
||||
|
||||
CMD ["sh", "-c", "dotnet /app/MsSqlMigratorUtility.dll \"${MSSQL_CONN_STRING}\" -v"]
|
||||
ENTRYPOINT ["sh", "-c", "dotnet /app/MsSqlMigratorUtility.dll \"${MSSQL_CONN_STRING}\""]
|
||||
|
||||
CMD [ "-v" ]
|
||||
|
Reference in New Issue
Block a user