mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
6cfbde92e4
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2933 GitOrigin-RevId: ceeab6164d8437703cd6e37e3dad9d63940ef966
10 lines
151 B
Docker
10 lines
151 B
Docker
ARG BASE_IMAGE
|
|
|
|
FROM ${BASE_IMAGE}
|
|
|
|
COPY rootfs/graphql-engine /bin/
|
|
COPY rootfs/pg_dump /bin/
|
|
COPY rootfs/srv/ /srv/
|
|
|
|
CMD ["graphql-engine", "serve"]
|