mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
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"]
|