README + Dockerfile fixes, format config.py

This commit is contained in:
2026-01-22 14:05:38 -07:00
parent ecc96a3e28
commit 205d62a634
4 changed files with 56 additions and 15 deletions

View File

@@ -8,8 +8,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
# Install Python deps
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir python-multipart
RUN pip install --no-cache-dir -r requirements.txt
# Copy app code
COPY . /file_drop