mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
f0e6c51e79
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10741 Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com> Co-authored-by: Mohd Bilal <24944223+m-Bilal@users.noreply.github.com> GitOrigin-RevId: 1008b4abfb0fe12c5c7fdbdbe47a0820435b595c
5 lines
110 B
Docker
5 lines
110 B
Docker
FROM golang:1.18-bullseye
|
|
|
|
# setup the working directory
|
|
WORKDIR /go/src/github.com/hasura/graphql-engine/cli
|