mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-14 17:49:09 +08:00
4 lines
80 B
Docker
4 lines
80 B
Docker
FROM scratch
|
|
COPY rootfs/ /
|
|
CMD ["graphql-engine", "serve", "--enable-console"]
|