1
0

Update DockerFileBuildHelper instructions (#433)

Added instructions for building with Docker and for updating the repository.
This commit is contained in:
Nadav Ivgi
2021-01-23 09:56:25 +02:00
committed by GitHub
parent 8bd3b65b5a
commit e47d54d541

View File

@@ -12,5 +12,12 @@ Install [.NET Core SDK](https://dotnet.microsoft.com/download) and run:
./run.sh
```
This will build a `build-all.sh` file.
Note that the
Or using Docker:
```
docker run -it --rm -v `pwd`:/project -w /project/contrib/DockerFileBuildHelper mcr.microsoft.com/dotnet/sdk:2.1 ./run.sh
```
This will build a `build-all.sh` file which you can run locally.
To update the README table and the `build-all-images.sh` script that's checked into git, replace `run.sh` with `update-repo.sh`.