mirror of
https://github.com/balkian/balkian-pyproject.git
synced 2025-09-02 15:52:21 +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