add default cmd to dockerfile (close #228) (#281)

This commit is contained in:
Shahidh K Muhammed
2018-08-13 15:58:22 +05:30
committed by GitHub
parent f3d22cbbb3
commit 0ea2ab45f8

View File

@@ -1,2 +1,3 @@
FROM scratch
COPY rootfs/ /
CMD ["graphql-engine", "serve", "--enable-console"]