FROM ghcr.io/apollographql/router:v2.2.0

COPY router.yaml /config.yaml

CMD ["--config", "/config.yaml"]