graphql-engine/server/packaging/build/Dockerfile

5 lines
92 B
Docker
Raw Normal View History

FROM scratch
COPY rootfs/ /
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
CMD ["graphql-engine", "serve"]