Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: add information about docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Feb 13, 2021
1 parent 948fb7f commit e64c543
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ servers.
```bash
go build -o=graphql-link main.go
```
## Docker image

```
docker pull aerogear/graphql-link
```

## License

Expand All @@ -84,5 +89,9 @@ go build -o=graphql-link main.go

- We love [pull requests](https://github.com/aerogear/graphql-link/pulls)
- [Open Issues](https://github.com/aerogear/graphql-link/issues)
- graphql-gw is written in [Go](https://golang.org/). It should work on any platform where go is supported.
- graphql-link is written in [Go](https://golang.org/). It should work on any platform where go is supported.
- Built on this [GraphQL](https://github.com/chirino/graphql) framework

## History

Project was initialy build by @chirino as `graphql-gw`.

0 comments on commit e64c543

Please sign in to comment.