You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2020/04/30 00:57:53 UTC

[GitHub] [incubator-flagon-tap] 99Kies edited a comment on pull request #8: Update Dockerfile

99Kies edited a comment on pull request #8:
URL: https://github.com/apache/incubator-flagon-tap/pull/8#issuecomment-621547620


   > Suggestions on /incubator-flagon-tap/Dockerfile
   
   I found a **RUN python manage.py runserver 0.0.0.0:8000** in the Dockerfile
   It is recommended that you use **ENTRYPOINT** to specify the entry,
   It is also possible to start the service through **gunicorn**, not recommended to use the **manager.py** startup service
   
   I will submit the trial after this pr merge


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org