graphql-engine/server/packaging/build/Dockerfile
Vishnu Bharathi 6cfbde92e4 ci: add support for linux/arm64 docker image
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2933
GitOrigin-RevId: ceeab6164d8437703cd6e37e3dad9d63940ef966
2021-12-09 09:34:22 +00:00

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"]