Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non-root user for running uwsgi in Dockerfile (#388)
* Add non-root user for running uwsgi in Dockerfile * Fix PermissionError due to COPY after chown * Bump flake8 from 3.8.3 to 3.8.4 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump pytest from 6.1.0 to 6.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.1.0...6.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Remove log directory creation (#391) * Remove log directory creation * Remove unused import * Remove rate limiting for now * Fix volume permission overwrite This problem seems to be already known in docker/compose#3270 (comment) * Fix duplicate root mkdir * Disable pytest test caching See pytest-dev/pytest#3557 * Add blank coverage file * Added extra overriding of permissions command in CI config * Added user UID * Clean Dockerfile and revert pytest.ini Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Aaron Suarez <aaron.j.suarez1@gmail.com> Co-authored-by: Abdelrahman Kandil <abdelrahmankandil@hotmail.com> Co-authored-by: Aaron Suarez <aaron-suarez@users.noreply.github.com>
- Loading branch information