Fix issue with Docerfile CMD

This commit is contained in:
Vikram Rangnekar 2020-03-05 09:13:52 +05:30
parent 3033dcf1a9
commit cc687b1b2b
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ RUN chmod +x /start.sh
USER nobody
ENTRYPOINT ["./start.sh"]
CMD ./super-graph serv
CMD ["./super-graph", "serv"]