Skip to content

Commit

Permalink
added build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Hilker committed Sep 28, 2019
1 parent 1ec0a17 commit d117b14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/build/
/.git/
/.idea/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.idea/
/build/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Usage of ./bin/cspr-collector:
### On your machine

```bash
$ go build -o cspr-collector ./cmd/cspr-collector/main.go
$ ./cspr-collector -host 0.0.0.0:8080 -output-stdout
$ go build -o build/cspr-collector ./cmd/cspr-collector/main.go
$ ./build/cspr-collector -host 0.0.0.0:8080 -output-stdout
```

### Via docker
Expand Down

0 comments on commit d117b14

Please sign in to comment.