mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
20b2814a02
https://github.com/hasura/graphql-engine-mono/pull/1924 GitOrigin-RevId: dd402886e67a535aa90afa13f8d9714d92a5daf7
8 lines
213 B
Docker
8 lines
213 B
Docker
FROM hasura/graphql-engine-base:1de77086f006c31cb428c07f320f381d3512dd9884cfc0ee75df6138139fdf0c
|
|
|
|
COPY rootfs/graphql-engine /bin/
|
|
COPY rootfs/pg_dump /bin/
|
|
COPY rootfs/srv/ /srv/
|
|
|
|
CMD ["graphql-engine", "serve"]
|