fix(dsms-gateway): Dockerfile kopiert alle Dateien nach Refactoring

Das Refactoring hat main.py in models.py, routers/, config.py und
dependencies.py aufgesplittet — das Dockerfile kopierte aber nur main.py.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-22 22:17:02 +02:00
parent 824b1be6a4
commit b47d351c73

View File

@@ -14,7 +14,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy application
COPY main.py .
COPY . .
# Environment variables
ENV IPFS_API_URL=http://dsms-node:5001