mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
3c33996e7d
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4332 GitOrigin-RevId: aa93b65e266d73c3b7b80fafd4e36da74428add4
8 lines
97 B
Docker
8 lines
97 B
Docker
ARG BASE_IMAGE
|
|
|
|
FROM ${BASE_IMAGE}
|
|
|
|
COPY rootfs/tests-dc-api /bin/
|
|
|
|
CMD ["tests-dc-api", "test"]
|