mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
add MANIFEST
This commit is contained in:
parent
1c36bf214a
commit
f99abaa25f
2 changed files with 17 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue