add MANIFEST

This commit is contained in:
Manuel Barkhau 2018-12-08 23:15:28 +01:00
parent 1c36bf214a
commit f99abaa25f
2 changed files with 17 additions and 0 deletions

13
Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM registry.gitlab.com/mbarkhau/pycalver/base
ADD src/ src/
ADD stubs/ stubs/
ADD test/ test/
ADD setup.cfg setup.cfg
ADD makefile makefile
ADD makefile.config.make makefile.config.make
ADD makefile.extra.make makefile.extra.make
ENV PYTHONPATH="src/:vendor/"
CMD make serve