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:
@@ -14,7 +14,7 @@ COPY requirements.txt .
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy application
|
# Copy application
|
||||||
COPY main.py .
|
COPY . .
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
ENV IPFS_API_URL=http://dsms-node:5001
|
ENV IPFS_API_URL=http://dsms-node:5001
|
||||||
|
|||||||
Reference in New Issue
Block a user