fix: readme
This commit is contained in:
parent
46206ad997
commit
c7fca064f1
11
README.md
11
README.md
@ -1 +1,12 @@
|
||||
# build-image [![Build Status](https://travis-ci.com/volker-raschek/build-image.svg?branch=master)](https://travis-ci.com/volker-raschek/build-image)
|
||||
This project contains only files to build a build container image.
|
||||
|
||||
## golang
|
||||
Execute this in your root folder of your go project.
|
||||
```bash
|
||||
$ docker run \
|
||||
--rm \
|
||||
--volume ${PWD}:/workspace \
|
||||
volkerraschek/build-image:latest \
|
||||
go build
|
||||
```
|
Loading…
Reference in New Issue
Block a user