mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-15 01:59:08 +08:00
5 lines
92 B
Docker
5 lines
92 B
Docker
FROM scratch
|
|
COPY rootfs/ /
|
|
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
|
CMD ["graphql-engine", "serve"]
|