mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-15 07:25:03 +08:00
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
|