graphql-engine/server/packaging/build/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
213 B
Docker
Raw Normal View History

FROM hasura/graphql-engine-base:b8d72f22801dc01d2f70d3013f0d88f2981ba98bb4f2e4c1bb5d7204deba71c0
COPY rootfs/graphql-engine /bin/
COPY rootfs/pg_dump /bin/
COPY rootfs/srv/ /srv/
CMD ["graphql-engine", "serve"]