mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
4 lines
80 B
Docker
4 lines
80 B
Docker
FROM scratch
|
|
COPY rootfs/ /
|
|
CMD ["graphql-engine", "serve", "--enable-console"]
|