license added

This commit is contained in:
2026-08-04 19:28:48 +02:00
parent 3b05342409
commit ac07e8f917
8 changed files with 39 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY LICENSE .
COPY sync.py .
COPY api/ ./api/