graphql-engine/cli/build/builder.dockerfile
Shahidh K Muhammed 776c550654
[cli] add docs and build tools (#3)
Includes version command and makefile integration along with docs command
2018-06-28 11:10:18 +05:30

5 lines
101 B
Docker

FROM golang:1.10
# setup the working directory
WORKDIR /go/src/github.com/hasura/graphql-engine/cli