Details
Details
- Reviewers
anlambert douardda vlorentz - Group Reviewers
Reviewers - Commits
- rDENV8bec6a01cdb0: indexer-storage: Remove expose 5002 instruction
rDENVe5dc74ec4e47: docker-compose: Remove unused command
rDENVa8429eba9a10: swh-web: Unify production and development start up
rCDFDe5dc74ec4e47: docker-compose: Remove unused command
rCDFDa8429eba9a10: swh-web: Unify production and development start up
rCDFD8bec6a01cdb0: indexer-storage: Remove expose 5002 instruction
SWH_SERVICE=swh-web; doco build $SWH_SERVICE; doco up -d $SWH_SERVICE; doco logs --follow $SWH_SERVICE
Diff Detail
Diff Detail
- Repository
- rCDFD Dockerfiles for developers
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
dockerfiles/swh-web/entrypoint.sh | ||
---|---|---|
23 ↗ | (On Diff #3726) | gunicorn will not serve static assets to clients so a nginx or apache2 setup should be put in place to do so. |
dockerfiles/swh-web/entrypoint.sh | ||
---|---|---|
23 ↗ | (On Diff #3726) | oh right! |
dockerfiles/swh-web/entrypoint.sh | ||
---|---|---|
23 ↗ | (On Diff #3726) | addressed* |