mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
776c550654
Includes version command and makefile integration along with docs command
5 lines
101 B
Docker
5 lines
101 B
Docker
FROM golang:1.10
|
|
|
|
# setup the working directory
|
|
WORKDIR /go/src/github.com/hasura/graphql-engine/cli
|