mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
FROM golang:1.10
|
||
|
|
||
|
# setup the working directory
|
||
|
WORKDIR /go/src/github.com/hasura/graphql-engine/cli
|