init
This commit is contained in:
6
{{cookiecutter.project_slug}}/Dockerfile
Normal file
6
{{cookiecutter.project_slug}}/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.10
|
||||
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
COPY . .
|
||||
Reference in New Issue
Block a user