b10e39a7e1
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
16 lines
232 B
Markdown
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
|
|
```
|