mirror of
https://github.com/balkian/balkian-pyproject.git
synced 2025-11-04 17:38:18 +00:00
First commit
This commit is contained in:
5
{{cookiecutter.repo_name}}/Dockerfile.template
Normal file
5
{{cookiecutter.repo_name}}/Dockerfile.template
Normal file
@@ -0,0 +1,5 @@
|
||||
{% raw %}
|
||||
from python:{{PYVERSION}}-onbuild
|
||||
|
||||
RUN pip install .
|
||||
{% endraw %}
|
||||
Reference in New Issue
Block a user