Umbraco-Docker-Workshop
Umbraco-Docker-Workshop copied to clipboard
A workshop on running Umbraco in docker containers
WIP - there's a branch for this already
Sometimes MS SQL server takes more time to startup. I found solution using this script: https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh It can be used like that: ``` COPY ./wait-for-it.sh /wait-for-it.sh RUN chmod +x wait-for-it.sh...
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish#implicit-restore as `dotnet publish` implicitly restores we can either remove the `dotnet restore` or add the `--no-restore` flag to publishing?
WIP PR to update this workship with the latest version of Umbraco.