Skip to content

Reduce data sent to docker daemon

Philip Reimer requested to merge reduce-data-sent-to-docker-daemon into master

Don't send the entire project directory (hundreds of MBs) to the docker daemon when building the docker image.

Instead, just send the directory "SafireDashboard/bin/Release/netcoreapp2.2/publish/", which contains all files needed inside the docker image.

Merge request reports