mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
810db83499
fixes https://github.com/hasura/graphql-engine/issues/7676 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4254 GitOrigin-RevId: ca27952516bd60605c27254fce7f5267f472d9d5
9 lines
125 B
Docker
9 lines
125 B
Docker
ARG BASE_IMAGE
|
|
|
|
FROM ${BASE_IMAGE}
|
|
|
|
COPY rootfs/graphql-engine /bin/
|
|
COPY rootfs/srv/ /srv/
|
|
|
|
CMD ["graphql-engine", "serve"]
|