Add ability to set CORS headers

This commit is contained in:
Vikram Rangnekar
2020-03-06 09:47:51 +05:30
parent cc687b1b2b
commit 7930719eaa
9 changed files with 56 additions and 6 deletions

View File

@ -49,5 +49,7 @@ RUN chmod +x /start.sh
USER nobody
ENV GO_ENV production
ENTRYPOINT ["./start.sh"]
CMD ["./super-graph", "serv"]