danthedeckie / streetsign

HTML5 based Digital Signage software written in python. (github clone of bitbucket master repo)
GNU General Public License v3.0
38 stars 18 forks source link

added Dockerfile #10

Closed daniel-lang closed 4 years ago

daniel-lang commented 4 years ago

Hey Daniel,

I have seen that you have docker images for this project on Docker Hub, but the Dockerfile isn't part of the project. Therefore I tried to recreate it to make it a part of the project.

This produces an ~480MB image using:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 75.997% when pulling 3c5f9c2f9787fff1bc6f5180069cc0789be7999a on daniel-lang:master into 883a1888ba6f6c657b3b5dc88131b147534ba399 on danthedeckie:master.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   74.96%   74.96%           
=======================================
  Files          36       36           
  Lines        2920     2920           
  Branches      230      230           
=======================================
  Hits         2189     2189           
  Misses        691      691           
  Partials       40       40           

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 883a188...1ec547e. Read the comment docs.

daniel-lang commented 4 years ago

I will reopen another pull request with some documentation and close this one (I used the master branch, sorry).