dockerfiles

This commit is contained in:
2026-04-09 15:13:08 +02:00
parent 377e73a491
commit 4c92a97759
3 changed files with 51 additions and 0 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
# The source code is bind-mounted at runtime, not copied into the image.
# .dockerignore only matters for what's sent to the Docker build daemon
# (i.e. the COPY requirements.txt step in the Dockerfile).
.git/
__pycache__/
*.pyc
# Keep requirements.txt (needed for the COPY in Dockerfile)