The files in this folder have been modified from here.
Build the image by running the following PowerShell command while sitting in this directory:
docker build -t fmcgarry/wedding .
Then spin up a new container, setting MSSQL_SA_PASSWORD
with your own value:
docker run -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=StrongPassw0rd' -p 1433:1433 --name wedding-db -d fmcgarry/wedding