mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03: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"]
|