dotnet new epi-alloy-mvc --name alloy-docker --output ./alloy-docker --enable-docker
You get an error that /opt/mssql-tools/bin/sqlcmd does not exists. This is because the newest version of mssql/server:2019 has its tools located at: /opt/mssql-tools18/bin/sqlcmd
It is still an open issue in github on mssql-docker, should the create-db.sh script be adjusted as a result of this change?
When initializing from a template using:
dotnet new epi-alloy-mvc --name alloy-docker --output ./alloy-docker --enable-docker
You get an error that
/opt/mssql-tools/bin/sqlcmd
does not exists. This is because the newest version ofmssql/server:2019
has its tools located at:/opt/mssql-tools18/bin/sqlcmd
It is still an open issue in github on mssql-docker, should the
create-db.sh
script be adjusted as a result of this change?