episerver / content-templates

Apache License 2.0
12 stars 7 forks source link

Create-db.sh incompatible with the latest version of mssql/server:2019-latest #54

Open MicahBredenhorst opened 2 weeks ago

MicahBredenhorst commented 2 weeks ago

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 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?