teleport/build.assets/README.md

12 lines
243 B
Markdown
Raw Normal View History

2016-02-02 20:14:59 +00:00
### Dockerized Teleport Build
2015-12-23 18:41:51 +00:00
2016-02-02 20:14:59 +00:00
This directory is used to produce a containerized production Teleport build.
No need to have Golang. Only Docker is required.
2015-12-23 18:41:51 +00:00
2016-02-02 20:14:59 +00:00
It is a part of Gravitational CI/CD pipeline. To build Teleport type:
2015-12-23 18:41:51 +00:00
```
make
```
2016-02-02 20:14:59 +00:00