Page MenuHomeSoftware Heritage

swh-web: Unify production and development start up
ClosedPublic

Authored by ardumont on Feb 23 2019, 1:57 AM.

Details

Diff Detail

Repository
rCDFD Dockerfiles for developers
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4417
Build 5841: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Feb 25 2019, 10:42 AM
dockerfiles/swh-web/entrypoint.sh
23

gunicorn will not serve static assets to clients so a nginx or apache2 setup should be put in place to do so.

ardumont added inline comments.
dockerfiles/swh-web/entrypoint.sh
23

oh right!
There is some nginx setup already in the repository so that might be address using that.

ardumont added inline comments.
dockerfiles/swh-web/entrypoint.sh
23

addressed*

I'll address the next step (serve static files with nginx) later though.

This revision was automatically updated to reflect the committed changes.