1
0
mirror of https://github.com/balkian/balkian-pyproject.git synced 2024-09-27 22:01:42 +00:00
balkian-pyproject/{{cookiecutter.repo_name}}/Dockerfile.template
J. Fernando Sánchez a74f09e5e9 First commit
2017-01-10 14:06:51 +01:00

6 lines
76 B
Docker

{% raw %}
from python:{{PYVERSION}}-onbuild
RUN pip install .
{% endraw %}