Commit 96233c6
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] <[email protected]>
* 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] <[email protected]>
* 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 <[email protected]>
Co-authored-by: Abdelrahman Kandil <[email protected]>
Co-authored-by: Aaron Suarez <[email protected]>1 parent 9fa97f0 commit 96233c6
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments