Skip to content

Commit aa9501b

Browse files
committed
grafbase
1 parent 4af88b6 commit aa9501b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM ghcr.io/grafbase/gateway:0.18.0
22

33
COPY supergraph.graphql ./
4+
COPY grafbase.toml ./
45

56
EXPOSE 4000
67

7-
CMD ["--schema", "supergraph.graphql", "--listen-address", "0.0.0.0:4000"]
8+
CMD ["--schema", "supergraph.graphql", "--listen-address", "0.0.0.0:4000", "-c", "grafbase.toml"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
request_body_limit = "2MiB"

0 commit comments

Comments
 (0)