revert ./ change

This commit is contained in:
Bruce Röttgers
2025-09-29 17:47:28 +02:00
parent ba3091b11f
commit 833d5374f6

View File

@@ -10,6 +10,6 @@ COPY pyproject.toml uv.lock .
RUN uv sync --frozen
# copy the rest of the code
COPY src .
COPY src ./
CMD ["uv", "run", "main.py"]