Files
grafana/scripts/build/ci-build-windows/README.md
T
2020-10-14 11:22:12 +02:00

16 lines
232 B
Markdown

# Windows Build Docker Image
This directory contains a Dockerfile for building a Windows based image containing
our CI build environment.
To build the Docker image:
```
mage
```
To publish the Docker image:
```
mage publish
```