remove unnecessary volume mount

This commit is contained in:
2025-12-19 09:19:28 +01:00
parent 9f9641c32b
commit 8fd11901c2

View File

@@ -12,6 +12,5 @@ COPY pyproject.toml .python-version /app
RUN uv sync
COPY . /app
VOLUME ["/app"]
CMD uv run fastapi run cutt/main.py