mvantellingen / localshop

local pypi server (custom packages and auto-mirroring of pypi)
MIT License
396 stars 112 forks source link

Dockerfile updates #189

Open rca opened 7 years ago

rca commented 7 years ago

Hello,

This pull request changes Dockerfile so that the local working copy of localshop is built into a Docker image. This is completely different from the way it currently works; feedback welcome.

Thank you.

codecov[bot] commented 7 years ago

Codecov Report

Merging #189 into develop will increase coverage by 3.12%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #189      +/-   ##
===========================================
+ Coverage    82.15%   85.28%   +3.12%     
===========================================
  Files           36       33       -3     
  Lines         1390     1155     -235     
===========================================
- Hits          1142      985     -157     
+ Misses         248      170      -78
Impacted Files Coverage Δ
localshop/apps/dashboard/views.py 57.14% <0%> (-4.1%) :arrow_down:
localshop/apps/dashboard/urls.py 100% <0%> (ø) :arrow_up:
localshop/__init__.py
localshop/utils.py
localshop/views.py
localshop/urls.py
localshop/apps/permissions/migrations/__init__.py 100% <0%> (ø)
localshop/apps/permissions/utils.py 92.5% <0%> (+9.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c46af28...41168e3. Read the comment docs.

rca commented 7 years ago

Checking in on this, ping @mvantellingen