add information and png with diagram

This commit is contained in:
2024-03-15 22:47:36 +01:00
parent da84d81082
commit a4d1781186
3 changed files with 22 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
FROM python:3.11
COPY src /app/src
COPY graphics /app/graphics
COPY requirements.txt /app/src
# set the working directory in the container