mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
3 lines
59 B
Docker
3 lines
59 B
Docker
FROM scratch
|
|
COPY rootfs/ /
|
|
CMD ["graphql-engine", "serve"] |