Polyconseil/grocker

Refactor the entrypoint

Closed this issue · 1 comments

dzen commented

The entrypoint needs a full refact. This command is ran each time we start the container so:

  • each fonction must be as autonomous as possible, for instance we would like to make the configuration of uwsgi testable depending on the context we submit
  • the entrypoint should configure the image to be indempotent as possible

Will be done in #30